|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.security.store.ConnectParams
public abstract class ConnectParams
This class forms the parent class for all classes that contain connection parameters to a particular data store. When writing custom implementations of the SecurityStore interface, you can inherit from this class to write custom connection parameter object that you can pass on to your SecurityStore interface custom implementation.
| Field Summary | |
|---|---|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
ConnectParams()
|
|
| Method Summary | |
|---|---|
abstract java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Returns the parameters set on the object into a HashMap |
abstract java.lang.String |
getType()
Returns a string identifier for the class that implements this method. |
abstract void |
setParameters(java.util.Map<java.lang.String,java.lang.String> paramsMap)
Populates the parameters from the HashMap |
abstract boolean |
verifyParameters()
Verifies that the parameters set on the object are valid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String type
| Constructor Detail |
|---|
public ConnectParams()
| Method Detail |
|---|
public abstract java.lang.String getType()
public abstract boolean verifyParameters()
throws ArcGISSecurityException
ArcGISSecurityException - - if any of the required parameters
are not set
public abstract void setParameters(java.util.Map<java.lang.String,java.lang.String> paramsMap)
throws ArcGISSecurityException
paramsMap - - HashMap that contains the names of the parameter
and their values
ArcGISSecurityException - - if the required parameters are not set
public abstract java.util.Map<java.lang.String,java.lang.String> getParameters()
throws ArcGISSecurityException
ArcGISSecurityException - - if the required parameters are not set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||