A B C D E F G H I L M P R S T U V

A

ADConnectParams - Class in com.esri.adf.security.store
This class contains the connection parameters to connect to an LDAP.
ADConnectParams() - Constructor for class com.esri.adf.security.store.ADConnectParams
Class constructor.
adConnectParams - Variable in class com.esri.adf.security.store.ADStore
 
addRole(ArcGISSecurityRole) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
addRole(ArcGISSecurityRole) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Add a new role to the security store.
addRole(ArcGISSecurityRole) - Method in class com.esri.adf.security.store.DBStore
Add a new role to the security store database.
addRole(ArcGISSecurityRole) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
addRole(ArcGISSecurityRole) - Method in interface com.esri.adf.security.store.SecurityStore
Add a role to the security store.
addRolesToUser(String, String[]) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
addRolesToUser(String, String[]) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Assign list of roles to a user.
addRolesToUser(String, List<ArcGISSecurityRole>) - Method in class com.esri.adf.security.store.DBStore
Assign list of roles to a user.
addRolesToUser(String, String[]) - Method in class com.esri.adf.security.store.DBStore
Assign list of roles to a user.
addRolesToUser(String, String[]) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
addRolesToUser(String, String[]) - Method in interface com.esri.adf.security.store.SecurityStore
Assign a list of roles to a particular user.
addUser(ArcGISSecurityUser) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
addUser(ArcGISSecurityUser) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Add a user to the security store.
addUser(ArcGISSecurityUser) - Method in class com.esri.adf.security.store.DBStore
Add a user to the security store database.
addUser(ArcGISSecurityUser) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
addUser(ArcGISSecurityUser) - Method in interface com.esri.adf.security.store.SecurityStore
Add a user to the security store.
addUsersToRole(String, String[]) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
addUsersToRole(String, String[]) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Assign a role to a bunch of users.
addUsersToRole(String, String[]) - Method in class com.esri.adf.security.store.DBStore
Assign a role to a bunch of users.
addUsersToRole(String, String[]) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
addUsersToRole(String, String[]) - Method in interface com.esri.adf.security.store.SecurityStore
Assign a role to a bunch of users.
adParamsMap - Variable in class com.esri.adf.security.store.ADStore
 
adRoleCtx - Variable in class com.esri.adf.security.store.ADStore
 
ADStore - Class in com.esri.adf.security.store
This class implements methods that accesses Microsoft's Active Directory Server.
ADStore() - Constructor for class com.esri.adf.security.store.ADStore
 
adUserCtx - Variable in class com.esri.adf.security.store.ADStore
 
ArcGISSecurityException - Exception in com.esri.adf.security.exception
All exceptional cases that occur during security API runtime will be wrapped in this class.
ArcGISSecurityException(String, Exception) - Constructor for exception com.esri.adf.security.exception.ArcGISSecurityException
Constructs the ArcGISSecurityException object.
ArcGISSecurityException(String) - Constructor for exception com.esri.adf.security.exception.ArcGISSecurityException
Constructs the ArcGISSecurityException object.
ArcGISSecurityRole - Class in com.esri.adf.security.store
This class encapsulates the role information for the security store.
ArcGISSecurityRole(String, String) - Constructor for class com.esri.adf.security.store.ArcGISSecurityRole
Constuctor for ArcGISSecurityRole class that takes in the unique name for a role and a description string.
ArcGISSecurityStore - Class in com.esri.adf.security.store
The methods on this class can be used to access a particular implementation of the security store.
ArcGISSecurityStore(String) - Constructor for class com.esri.adf.security.store.ArcGISSecurityStore
Constructor for ArcGISSecurityStore class.
ArcGISSecurityUser - Class in com.esri.adf.security.store
This class encapsulates the user information for the security store.
ArcGISSecurityUser(String, String, String, String, String, String) - Constructor for class com.esri.adf.security.store.ArcGISSecurityUser
Class constructor that takes in the full name, unique identifier for user, password in plain text, email address, a secret question and answer to the secret question.
ArcGISSecurityUser(String, String, String, String) - Constructor for class com.esri.adf.security.store.ArcGISSecurityUser
Class constructor that takes in the full name, unique identifier for user, email address, a secret question and answer to the ecret question.
ArcGISSecurityUser(String) - Constructor for class com.esri.adf.security.store.ArcGISSecurityUser
Class constructor that takes in the username This constuctor is used when the security API are returning user information.
ArcGISSecurityUser(String, String) - Constructor for class com.esri.adf.security.store.ArcGISSecurityUser
Class constructor that takes in the full name of the user along with a unique identifier for this user.
Args - Class in com.esri.adf.security.util
Class to validate input arguments to methods
Args() - Constructor for class com.esri.adf.security.util.Args
 

B

BASEDN_FOR_ROLE - Variable in class com.esri.adf.security.store.ADConnectParams
 
BASEDN_FOR_ROLE - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
BASEDN_FOR_USER - Variable in class com.esri.adf.security.store.ADConnectParams
 
BASEDN_FOR_USER - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
bRoleInAd - Variable in class com.esri.adf.security.store.ADConnectParams
 
bRoleInDb - Variable in class com.esri.adf.security.store.DBConnectParams
 
bRoleInLdap - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
bUserInAd - Variable in class com.esri.adf.security.store.ADConnectParams
 
bUserInDb - Variable in class com.esri.adf.security.store.DBConnectParams
 
bUserInLdap - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
bUserPwdEncrypted - Variable in class com.esri.adf.security.store.ADConnectParams
 
bUserPwdEncrypted - Variable in class com.esri.adf.security.store.DBConnectParams
 
bUserPwdEncrypted - Variable in class com.esri.adf.security.store.LDAPConnectParams
 

C

checkForNull(Object) - Static method in class com.esri.adf.security.util.Args
Method to check that objects are not null
CLASSNAME - Variable in class com.esri.adf.security.store.ADConnectParams
 
CLASSNAME - Variable in class com.esri.adf.security.store.DBConnectParams
 
CLASSNAME - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
close() - Method in class com.esri.adf.security.store.ADStore
Close all connections to the security store.
close() - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Close all connections to the security store.
close() - Method in class com.esri.adf.security.store.DBStore
Close all connections to the security store.
close() - Method in class com.esri.adf.security.store.LDAPStore
Close all connections to the security store.
close() - Method in interface com.esri.adf.security.store.SecurityStore
Closes the connection to the security store.
com.esri.adf.security.exception - package com.esri.adf.security.exception
Provides classes that indicate exceptional cases when using the Security API.
com.esri.adf.security.store - package com.esri.adf.security.store
Provides classes that implement access to various data stores.
com.esri.adf.security.util - package com.esri.adf.security.util
Provides utility classes for use with the Security API.
ConnectParams - Class in com.esri.adf.security.store
This class forms the parent class for all classes that contain connection parameters to a particular data store.
ConnectParams() - Constructor for class com.esri.adf.security.store.ConnectParams
 
createTables(boolean, boolean) - Method in class com.esri.adf.security.store.DBStore
Creates tables within a database that are required by the security store.

D

DATABASENAME - Variable in class com.esri.adf.security.store.DBConnectParams
 
dbConnection - Variable in class com.esri.adf.security.store.DBStore
 
DBConnectParams - Class in com.esri.adf.security.store
This class contains the connection parameters to connect to a Database.
DBConnectParams() - Constructor for class com.esri.adf.security.store.DBConnectParams
Class constructor.
dbConnectParams - Variable in class com.esri.adf.security.store.DBStore
 
dbParamsMap - Variable in class com.esri.adf.security.store.DBStore
 
DBStore - Class in com.esri.adf.security.store
This class implements the SecurityStore interface and provides access methods to a relational database.
DBStore() - Constructor for class com.esri.adf.security.store.DBStore
 
deleteAllRolesFromUser(String) - Method in class com.esri.adf.security.store.DBStore
Delete all the roles that have been assigned to a user.
deleteAllUsersForRole(String) - Method in class com.esri.adf.security.store.DBStore
Delete a particular role from a bunch of users.
deleteRole(String) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
deleteRole(String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Delete a role from the security store.
deleteRole(String) - Method in class com.esri.adf.security.store.DBStore
Delete a role from the security store database.
deleteRole(String) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
deleteRole(String) - Method in interface com.esri.adf.security.store.SecurityStore
Delete a role from the security store.
deleteRolesFromUser(String, String[]) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
deleteRolesFromUser(String, String[]) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Delete list of roles that are assigned to a user.
deleteRolesFromUser(String, String[]) - Method in class com.esri.adf.security.store.DBStore
Delete list of roles that are assigned to a user.
deleteRolesFromUser(String, String[]) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
deleteRolesFromUser(String, String[]) - Method in interface com.esri.adf.security.store.SecurityStore
Delete a bunch of roles from a user.
deleteUser(String) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
deleteUser(String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Delete a user from the security store.
deleteUser(String) - Method in class com.esri.adf.security.store.DBStore
Delete a user from the security store database.
deleteUser(String) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
deleteUser(String) - Method in interface com.esri.adf.security.store.SecurityStore
Delete a user from the security store.
deleteUsersFromRole(String, String[]) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
deleteUsersFromRole(String, String[]) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Delete a particular role from a bunch of users.
deleteUsersFromRole(String, String[]) - Method in class com.esri.adf.security.store.DBStore
Delete a particular role from a bunch of users.
deleteUsersFromRole(String, String[]) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
deleteUsersFromRole(String, String[]) - Method in interface com.esri.adf.security.store.SecurityStore
Delete a particular role from a bunch of users.
DRIVERNAME - Variable in class com.esri.adf.security.store.DBConnectParams
 

E

extractUserIdFromDn(String) - Method in class com.esri.adf.security.store.ADStore
Returns the user-id attribute from the DN attribute of an AD entry.
extractUserIdFromDn(String) - Method in class com.esri.adf.security.store.LDAPStore
Returns the user-id attribute from the DN attribute of an LDAP entry.

F

forgotUserPassword(String, String, String) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
forgotUserPassword(String, String, String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Method that will reset the user password to some random string, by checking the answer provided to the secret question provided by the user when adding user to the security store.
forgotUserPassword(String, String, String) - Method in class com.esri.adf.security.store.DBStore
Method that will reset the user password to some random string, by checking the answer provided to the secret question provided by the user when adding user to the security store.
forgotUserPassword(String, String, String) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
forgotUserPassword(String, String, String) - Method in interface com.esri.adf.security.store.SecurityStore
Reset the user password if the answer to the secret question matches the one present in the security store.

G

getAllProperties() - Method in class com.esri.adf.security.store.ArcGISSecurityRole
Returns a hashmap of all the properties that have been set on this object.
getAllProperties() - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Returns a hashmap of all the properties that have been set on this object.
getAllRoles() - Method in class com.esri.adf.security.store.ADStore
Return list of roles that are present in the security store.
getAllRoles() - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Return list of roles that are present in the security store.
getAllRoles() - Method in class com.esri.adf.security.store.DBStore
Return list of roles that are present in the security store.
getAllRoles() - Method in class com.esri.adf.security.store.LDAPStore
Return list of roles that are present in the security store.
getAllRoles() - Method in interface com.esri.adf.security.store.SecurityStore
Return list of all the roles present in the security store.
getAllRolesAsAttributes() - Method in class com.esri.adf.security.store.ADStore
Returns a list of all the roles in the AD that are maintained as attribute of user entries.
getAllRolesAsAttributes() - Method in class com.esri.adf.security.store.LDAPStore
Returns a list of all the roles in the LDAP that are maintained as attribute of user entries.
getAllRolesAsEntry() - Method in class com.esri.adf.security.store.ADStore
Returns a list of all the roles in the AD that are maintained as independent entries.
getAllRolesAsEntry() - Method in class com.esri.adf.security.store.LDAPStore
Returns a list of all the roles in the LDAP that are maintained as independent entries.
getAllUsers() - Method in class com.esri.adf.security.store.ADStore
Returns a list of ArcGISSecurityUser objects that represent all the users currently in the security store.
getAllUsers() - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Returns a list of users that represent all the users currently in the security store.
getAllUsers() - Method in class com.esri.adf.security.store.DBStore
Returns a list of ArcGISSecurityUser objects that represent all the users currently in the security store.
getAllUsers() - Method in class com.esri.adf.security.store.LDAPStore
Returns a list of ArcGISSecurityUser objects that represent all the users currently in the security store.
getAllUsers() - Method in interface com.esri.adf.security.store.SecurityStore
Return list of all the users present in the security store.
getBaseDnForRole() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the base DN from which the roles will be searched
getBaseDnForRole() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the base DN from which the roles will be searched
getBaseDnForUser() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the base DN from which the users will be searched
getBaseDnForUser() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the base DN from which the users will be searched
getDatabaseName() - Method in class com.esri.adf.security.store.DBConnectParams
Returns the name of the database that the security store will connect.
getDescription() - Method in class com.esri.adf.security.store.ArcGISSecurityRole
Returns the role description.
getDriverName() - Method in class com.esri.adf.security.store.DBConnectParams
Returns the name of the JDBC driver that has been set on the object.
getEmail() - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Returns the email of the user.
getFullName() - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Returns the fullname for the user.
getHostName() - Method in class com.esri.adf.security.store.ADConnectParams
Returns that name of the host that has been set on the object.
getHostName() - Method in class com.esri.adf.security.store.DBConnectParams
Returns that name of the host that has been set on the object.
getHostName() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns that name of the host that has been set on the object.
getMD5HashPwd() - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Return the MD5 hash of the password
getParameters() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the parameters set on the object into a HashMap
getParameters() - Method in class com.esri.adf.security.store.ConnectParams
Returns the parameters set on the object into a HashMap
getParameters() - Method in class com.esri.adf.security.store.DBConnectParams
Returns the parameters set on the object into a HashMap
getParameters() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the parameters set on the object into a HashMap
getPortNumber() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the port number that has been set on the object.
getPortNumber() - Method in class com.esri.adf.security.store.DBConnectParams
Returns the port number that has been set on the object.
getPortNumber() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the port number that has been set on the object.
getPreparedURL() - Method in class com.esri.adf.security.store.DBConnectParams
Returns the JDBC URL that is automatically generated for all the parameters that have been set on the object.
getPreparedURLForRole() - Method in class com.esri.adf.security.store.ADConnectParams
Returns a JNDI URL to connect to an AD.
getPreparedURLForRole() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns a JNDI URL to connect to an LDAP.
getPreparedURLForUser() - Method in class com.esri.adf.security.store.ADConnectParams
Returns a JNDI URL to connect to an AD.
getPreparedURLForUser() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns a JNDI URL to connect to an LDAP.
getRole(String) - Method in class com.esri.adf.security.store.ADStore
Return a ArcGISSecurityRole object for a role identified by rolename.
getRole(String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Call this method to get information regarding a particular role in the security store.
getRole(String) - Method in class com.esri.adf.security.store.DBStore
Call this method to get information regarding a particular role in the security store database.
getRole(String) - Method in class com.esri.adf.security.store.LDAPStore
Return a ArcGISSecurityRole object for a role identified by rolename.
getRole(String) - Method in interface com.esri.adf.security.store.SecurityStore
Return information regarding a particular role from the security store.
getRoleAsAttribute(String) - Method in class com.esri.adf.security.store.ADStore
Return a particular role from the security store when roles are maintained as attributes of individual entries in the AD
getRoleAsAttribute(String) - Method in class com.esri.adf.security.store.LDAPStore
Return a particular role from the security store when roles are maintained as attributes of individual entries in the LDAP
getRoleAsEntry(String) - Method in class com.esri.adf.security.store.ADStore
Return a particular role from the security store when roles are maintained as individual entries in the AD
getRoleAsEntry(String) - Method in class com.esri.adf.security.store.LDAPStore
Return a particular role from the security store when roles are maintained as individual entries in the LDAP
getRoleAttribInUserEntry() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the name of the attribute in the User entry that will contain the DN of the role to which the ArcGISSecurityUser belongs.
getRoleAttribInUserEntry() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the name of the attribute in the User entry that will contain the DN of the role to which the ArcGISSecurityUser belongs.
getRoleName() - Method in class com.esri.adf.security.store.ArcGISSecurityRole
Returns the role name.
getRolesForUser(String) - Method in class com.esri.adf.security.store.ADStore
Gets the list of roles associated with a user, both of which are present in an ad.
getRolesForUser(String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Return a list of roles that are assigned to a particular user.
getRolesForUser(String) - Method in class com.esri.adf.security.store.DBStore
Return a list of roles that are assigned to a particular user.
getRolesForUser(String) - Method in class com.esri.adf.security.store.LDAPStore
Gets the list of roles associated with a user, both of which are present in an ldap.
getRolesForUser(String) - Method in interface com.esri.adf.security.store.SecurityStore
Return a list of roles that are assigned to a particular user.
getRolesForUserAsAttribute(String) - Method in class com.esri.adf.security.store.ADStore
Returns a list of roles for a user, when roles are maintained as attributes of individual entries.
getRolesForUserAsAttribute(String) - Method in class com.esri.adf.security.store.LDAPStore
Returns a list of roles for a user, when roles are maintained as attributes of individual entries.
getRolesForUserAsEntry(String) - Method in class com.esri.adf.security.store.ADStore
Returns a list of roles for a user, when roles are maintained as individual entries
getRolesForUserAsEntry(String) - Method in class com.esri.adf.security.store.LDAPStore
Returns a list of roles for a user, when roles are maintained as individual entries
getRoleType() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the type in which role information is stored in the AD.
getRoleType() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the type in which role information is stored in the LDAP.
getSecretAnswer() - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Get the secret question assigned to the user
getSecretQuestion() - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Get the secret question assigned to the user
getSHAHashPwd() - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Return the SHA1 hash of the password
getType() - Method in class com.esri.adf.security.store.ADConnectParams
Returns a string identifier for the class that implements this method.
getType() - Method in class com.esri.adf.security.store.ConnectParams
Returns a string identifier for the class that implements this method.
getType() - Method in class com.esri.adf.security.store.DBConnectParams
Returns a string identifier for the class that implements this method.
getType() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns a string identifier for the class that implements this method.
getURL() - Method in class com.esri.adf.security.store.DBConnectParams
Returns the JDBC URL that bas been set on the object.
getURLForRole() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the URL to connect to the roles in AD.
getURLForRole() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the URL to connect to the roles in LDAP.
getURLForUser() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the URL to connect to the roles in AD.
getURLForUser() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the URL to connect to the roles in LDAP.
getUser(String) - Method in class com.esri.adf.security.store.ADStore
Return a ArcGISSecurityUser object for a ArcGISSecurityUser identified by username when the data store is AD.
getUser(String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Call this method to get information regarding a particular user in the security store.
getUser(String) - Method in class com.esri.adf.security.store.DBStore
Call this method to get information regarding a particular user in the security store.
getUser(String) - Method in class com.esri.adf.security.store.LDAPStore
Return a ArcGISSecurityUser object for a ArcGISSecurityUser identified by username when the data store is LDAP.
getUser(String) - Method in interface com.esri.adf.security.store.SecurityStore
Return information regarding a particular user from the security store.
getUserAttrbInRoleEntry() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the name of the attribute in the Role entry that will contain the user DN who are members of that role.
getUserAttrbInRoleEntry() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the name of the attribute in the Role entry that will contain the user DN who are members of that role.
getUserIdAttribute() - Method in class com.esri.adf.security.store.ADConnectParams
Return the attribute used for ArcGISSecurityUser-id in the DN string e.g.
getUserIdAttribute() - Method in class com.esri.adf.security.store.LDAPConnectParams
Return the attribute used for ArcGISSecurityUser-id in the DN string e.g.
getUserName() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the user name for the AD account that has been set on the object
getUserName() - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Returns the unique identifier for the user.
getUserName() - Method in class com.esri.adf.security.store.DBConnectParams
Returns the name of the user that is going to be used to connect to the DB.
getUserName() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the user name for the LDAP account that has been set on the object
getUserPwd() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the user password for the AD account that has been set on the object
getUserPwd() - Method in class com.esri.adf.security.store.DBConnectParams
Returns the password for the user that the security store, will use to connect to the database.
getUserPwd() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the user password for the LDAP account that has been set on the object
getUserSecretQuestion(String) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
getUserSecretQuestion(String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Returns the secret question that has been set for a user.
getUserSecretQuestion(String) - Method in class com.esri.adf.security.store.DBStore
Returns the secret question that has been set for a user.
getUserSecretQuestion(String) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
getUserSecretQuestion(String) - Method in interface com.esri.adf.security.store.SecurityStore
Return the secret question for the particular user.
getUsersForRole(String) - Method in class com.esri.adf.security.store.ADStore
Returns list of users that have been assigned to a particular role.
getUsersForRole(String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Return list of user who are assigned a particular role.
getUsersForRole(String) - Method in class com.esri.adf.security.store.DBStore
Return list of user who are assigned a particular role.
getUsersForRole(String) - Method in class com.esri.adf.security.store.LDAPStore
Returns list of users that have been assigned to a particular role.
getUsersForRole(String) - Method in interface com.esri.adf.security.store.SecurityStore
Return list of user who are assigned a particular role.
getUsersForRoleAsAttribute(String) - Method in class com.esri.adf.security.store.ADStore
Returns list of users that have been assigned to a particular role when roles are maintained as attribute of individual entries.
getUsersForRoleAsAttribute(String) - Method in class com.esri.adf.security.store.LDAPStore
Returns list of users that have been assigned to a particular role when roles are maintained as attribute of individual entries.
getUsersForRoleAsEntry(String) - Method in class com.esri.adf.security.store.ADStore
Returns list of users that have been assigned to a particular role when roles are maintained as individual entries.
getUsersForRoleAsEntry(String) - Method in class com.esri.adf.security.store.LDAPStore
Returns list of users that have been assigned to a particular role when roles are maintained as individual entries.

H

HOSTNAME - Variable in class com.esri.adf.security.store.ADConnectParams
 
HOSTNAME - Variable in class com.esri.adf.security.store.DBConnectParams
 
HOSTNAME - Variable in class com.esri.adf.security.store.LDAPConnectParams
 

I

init(Map<String, String>) - Method in class com.esri.adf.security.store.ADStore
Initialize the AD connection.
init(Map<String, String>) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Initialize the underlying implementation of the security store.
init(Map<String, String>) - Method in class com.esri.adf.security.store.DBStore
Initialize the database connection.
init(Map<String, String>) - Method in class com.esri.adf.security.store.LDAPStore
Initialize the LDAP connection.
init(Map<String, String>) - Method in interface com.esri.adf.security.store.SecurityStore
Initialize the SecurityStore implementation.
iPortNum - Variable in class com.esri.adf.security.store.ADConnectParams
 
iPortNum - Variable in class com.esri.adf.security.store.DBConnectParams
 
iPortNum - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
iRoleType - Variable in class com.esri.adf.security.store.ADConnectParams
 
iRoleType - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
IS_USER_PWD_ENCRYPTED - Variable in class com.esri.adf.security.store.ADConnectParams
 
IS_USER_PWD_ENCRYPTED - Variable in class com.esri.adf.security.store.DBConnectParams
 
IS_USER_PWD_ENCRYPTED - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
isReadOnly() - Method in class com.esri.adf.security.store.ADStore
For the current implementation, the Active Directory is treated as a readonly data store, so this method will always return true.
isReadOnly() - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Whether the data store is ready only or not depends on the underlying implementation that is used by the ArcGISSecurityStore object.
isReadOnly() - Method in class com.esri.adf.security.store.DBStore
For the current implementation, we can write to a DB so this method will always return false.
isReadOnly() - Method in class com.esri.adf.security.store.LDAPStore
For the current implementation, the LDAP is treated as a readonly data store, so this method will always return true.
isReadOnly() - Method in interface com.esri.adf.security.store.SecurityStore
This method returns true if the datastore is ready only.
isRoleInAd() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the boolean flag that states if the roles are maintained in the AD.
isRoleInDb() - Method in class com.esri.adf.security.store.DBConnectParams
Returns boolean true if role information is maintained in DB.
isRoleInLdap() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the boolean flag that states if the roles are maintained in the LDAP.
isUserInAd() - Method in class com.esri.adf.security.store.ADConnectParams
Returns the boolean flag that states if the users are maintained in the AD.
isUserInDb() - Method in class com.esri.adf.security.store.DBConnectParams
Returns boolean true if user information is maintained in DB.
isUserInLdap() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns the boolean flag that states if the users are maintained in the LDAP.
isUserPwdEncrypted() - Method in class com.esri.adf.security.store.ADConnectParams
Returns true if the user password is to be treated as an encrypted string.
isUserPwdEncrypted() - Method in class com.esri.adf.security.store.DBConnectParams
Returns true if the user password is to be treated as an encrypted string.
isUserPwdEncrypted() - Method in class com.esri.adf.security.store.LDAPConnectParams
Returns true if the user password is to be treated as an encrypted string.

L

LDAPConnectParams - Class in com.esri.adf.security.store
This class contains the connection parameters to connect to an LDAP.
LDAPConnectParams() - Constructor for class com.esri.adf.security.store.LDAPConnectParams
Class constructor.
ldapConnectParams - Variable in class com.esri.adf.security.store.LDAPStore
 
ldapParamsMap - Variable in class com.esri.adf.security.store.LDAPStore
 
ldapRoleCtx - Variable in class com.esri.adf.security.store.LDAPStore
 
LDAPStore - Class in com.esri.adf.security.store
This class implements methods that accesses a Directory Server.
LDAPStore() - Constructor for class com.esri.adf.security.store.LDAPStore
 
ldapUserCtx - Variable in class com.esri.adf.security.store.LDAPStore
 
lookupRoleInLdap(String) - Method in class com.esri.adf.security.store.ADStore
Look up the AD for a particular role entry that is associated as with a ArcGISSecurityUser as an attribute of the ArcGISSecurityUser entry
lookupRoleInLdap(String) - Method in class com.esri.adf.security.store.LDAPStore
Look up the LDAP for a particular role entry that is associated as with a user as an attribute of the user entry
lookupUserInLdap(String) - Method in class com.esri.adf.security.store.ADStore
Look up the AD for a particular ArcGISSecurityUser entry that is associated as with a role as an attribute of the role entry
lookupUserInLdap(String) - Method in class com.esri.adf.security.store.LDAPStore
Look up the LDAP for a particular ArcGISSecurityUser entry that is associated as with a role as an attribute of the role entry

M

modifyRole(ArcGISSecurityRole) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
modifyRole(ArcGISSecurityRole) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Modify the information for a role in the security store.
modifyRole(ArcGISSecurityRole) - Method in class com.esri.adf.security.store.DBStore
Modify the information for a role in the security store.
modifyRole(ArcGISSecurityRole) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
modifyRole(ArcGISSecurityRole) - Method in interface com.esri.adf.security.store.SecurityStore
Modify the information for a role in the security store.
modifyUser(ArcGISSecurityUser) - Method in class com.esri.adf.security.store.ADStore
Unsupported functionality as AD is read only data store.
modifyUser(ArcGISSecurityUser) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Modify the full name, password or other user information contained in the security store.
modifyUser(ArcGISSecurityUser) - Method in class com.esri.adf.security.store.DBStore
Modify the information for a user in the security store.
modifyUser(ArcGISSecurityUser) - Method in class com.esri.adf.security.store.LDAPStore
Unsupported functionality as LDAP is read only data store.
modifyUser(ArcGISSecurityUser) - Method in interface com.esri.adf.security.store.SecurityStore
Modify the information for a user in the security store.

P

PORTNUM - Variable in class com.esri.adf.security.store.ADConnectParams
 
PORTNUM - Variable in class com.esri.adf.security.store.DBConnectParams
 
PORTNUM - Variable in class com.esri.adf.security.store.LDAPConnectParams
 

R

reinitialize() - Method in class com.esri.adf.security.store.ADStore
Reinitialize the connection to data stores.
reinitialize() - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Reinitialize the connection to data stores.
reinitialize() - Method in class com.esri.adf.security.store.DBStore
Reinitialize the connection to data stores.
reinitialize() - Method in class com.esri.adf.security.store.LDAPStore
Reinitialize the connection to data stores.
reinitialize() - Method in interface com.esri.adf.security.store.SecurityStore
Reinitialize the connection to data stores.
ROLE_AS_ATTRIBUTE - Static variable in class com.esri.adf.security.store.ADConnectParams
 
ROLE_AS_ATTRIBUTE - Static variable in class com.esri.adf.security.store.LDAPConnectParams
 
ROLE_AS_ENTRY - Static variable in class com.esri.adf.security.store.ADConnectParams
 
ROLE_AS_ENTRY - Static variable in class com.esri.adf.security.store.LDAPConnectParams
 
ROLE_ATTR_DESCRIPTION - Variable in class com.esri.adf.security.store.DBStore
 
ROLE_ATTR_ROLENAME - Variable in class com.esri.adf.security.store.DBStore
 
ROLE_ATTRB_IN_USER_ENTRY - Variable in class com.esri.adf.security.store.ADConnectParams
 
ROLE_ATTRB_IN_USER_ENTRY - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
ROLE_IN_AD - Variable in class com.esri.adf.security.store.ADConnectParams
 
ROLE_IN_DB - Variable in class com.esri.adf.security.store.DBConnectParams
 
ROLE_IN_LDAP - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
ROLE_TABLE - Variable in class com.esri.adf.security.store.DBStore
 
ROLE_TYPE - Variable in class com.esri.adf.security.store.ADConnectParams
 
ROLE_TYPE - Variable in class com.esri.adf.security.store.LDAPConnectParams
 

S

secStore - Variable in class com.esri.adf.security.store.ArcGISSecurityStore
 
SecurityStore - Interface in com.esri.adf.security.store
SecurityStore interface needs to be implemented for any class thats wants to provide implementation for the ArcGISSecurityStore.
setBaseDnForRole(String) - Method in class com.esri.adf.security.store.ADConnectParams
Sets the base DN for the AD from which the roles will be searched.
setBaseDnForRole(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Sets the base DN for the LDAP from which the roles will be searched.
setBaseDnForUser(String) - Method in class com.esri.adf.security.store.ADConnectParams
Sets the base DN for the AD from which the users will be searched.
setBaseDnForUser(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Sets the base DN for the LDAP from which the users will be searched.
setDatabaseName(String) - Method in class com.esri.adf.security.store.DBConnectParams
Sets the name of the database to which the security API will talk to.
setDescription(String) - Method in class com.esri.adf.security.store.ArcGISSecurityRole
Set the description for the role.
setDriverName(String) - Method in class com.esri.adf.security.store.DBConnectParams
Sets the name of the JDBC driver.
setEmail(String) - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Set the email address of a user.
setFullName(String) - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Set the full name of the user.
setHostName(String) - Method in class com.esri.adf.security.store.ADConnectParams
Set the name of the host that runs the AD.
setHostName(String) - Method in class com.esri.adf.security.store.DBConnectParams
Set the name of the host that runs the DBMS.
setHostName(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Set the name of the host that runs the LDAP.
setParameters(Map<String, String>) - Method in class com.esri.adf.security.store.ADConnectParams
Populates the parameters from the HashMap
setParameters(Map<String, String>) - Method in class com.esri.adf.security.store.ConnectParams
Populates the parameters from the HashMap
setParameters(Map<String, String>) - Method in class com.esri.adf.security.store.DBConnectParams
Populates the parameters from the HashMap
setParameters(Map<String, String>) - Method in class com.esri.adf.security.store.LDAPConnectParams
Populates the parameters from the HashMap
setPassword(String) - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Set the plain text password for the user.
setPortNumber(int) - Method in class com.esri.adf.security.store.ADConnectParams
Sets the port number for the machine that runs the AD.
setPortNumber(int) - Method in class com.esri.adf.security.store.DBConnectParams
Sets the port number for the machine that runs the DBMS.
setPortNumber(int) - Method in class com.esri.adf.security.store.LDAPConnectParams
Sets the port number for the machine that runs the LDAP.
setRoleAttribInUserEntry(String) - Method in class com.esri.adf.security.store.ADConnectParams
Sets the name of the attribute in the User entry that will contain the DN of the role to which the user belongs.
setRoleAttribInUserEntry(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Sets the name of the attribute in the User entry that will contain the DN of the role to which the user belongs.
setRoleInAd(boolean) - Method in class com.esri.adf.security.store.ADConnectParams
Set the boolean flag to true is roles are in AD.
setRoleInDb(boolean) - Method in class com.esri.adf.security.store.DBConnectParams
If role information is maintained in a database, this method should be called with boolean true.
setRoleInLdap(boolean) - Method in class com.esri.adf.security.store.LDAPConnectParams
Set the boolean flag to true is roles are in LDAP.
setRoleName(String) - Method in class com.esri.adf.security.store.ArcGISSecurityRole
Sets the unique identifier for a role.
setRoleType(int) - Method in class com.esri.adf.security.store.ADConnectParams
This method instructs the data store the way roles are maintained in the AD.
setRoleType(int) - Method in class com.esri.adf.security.store.LDAPConnectParams
This method instructs the data store the way roles are maintained in the LDAP.
setSecretAnswer(String) - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Set the answer to the secret question for a user, this will be used to retrieve/reset password if a user forgets his password
setSecretQuestion(String) - Method in class com.esri.adf.security.store.ArcGISSecurityUser
Set the secret question for a user, this will be used to retrieve/reset password if a user forgets his password
setURL(String) - Method in class com.esri.adf.security.store.DBConnectParams
Set the JDBC URL into the object.
setURLForRole(String) - Method in class com.esri.adf.security.store.ADConnectParams
Set the AD URL.
setURLForRole(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Set the LDAP URL.
setURLForUser(String) - Method in class com.esri.adf.security.store.ADConnectParams
Set the AD URL.
setURLForUser(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Set the LDAP URL.
setUserAttrbInRoleEntry(String) - Method in class com.esri.adf.security.store.ADConnectParams
Sets the name of the attribute in the Role entry that will contain the user DN who are members of that role.
setUserAttrbInRoleEntry(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Sets the name of the attribute in the Role entry that will contain the user DN who are members of that role.
setUserIdAttribute(String) - Method in class com.esri.adf.security.store.ADConnectParams
Sets the attribute used for ArcGISSecurityUser-id in the DN string e.g.
setUserIdAttribute(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Sets the attribute used for ArcGISSecurityUser-id in the DN string e.g.
setUserInAd(boolean) - Method in class com.esri.adf.security.store.ADConnectParams
Set the boolean flag to true is users are in AD.
setUserInDb(boolean) - Method in class com.esri.adf.security.store.DBConnectParams
If user information is maintained in a database, this method should be called with boolean true.
setUserInLdap(boolean) - Method in class com.esri.adf.security.store.LDAPConnectParams
Set the boolean flag to true is users are in LDAP.
setUserName(String) - Method in class com.esri.adf.security.store.ADConnectParams
Set the user credentials for an AD account
setUserName(String) - Method in class com.esri.adf.security.store.DBConnectParams
Sets the user credential for connecting to the DBMS.
setUserName(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Set the user credentials for an LDAP account
setUserPwd(String) - Method in class com.esri.adf.security.store.ADConnectParams
Set the user credentials for an AD account
setUserPwd(String) - Method in class com.esri.adf.security.store.DBConnectParams
Sets the password for the user that the security store, will use to connect to the database.
setUserPwd(String) - Method in class com.esri.adf.security.store.LDAPConnectParams
Set the user credentials for an LDAP account
setUserPwdEncrypted(boolean) - Method in class com.esri.adf.security.store.ADConnectParams
Sets the condition whether that user password is encrypted.
setUserPwdEncrypted(boolean) - Method in class com.esri.adf.security.store.DBConnectParams
Sets the condition whether that user password is encrypted.
setUserPwdEncrypted(boolean) - Method in class com.esri.adf.security.store.LDAPConnectParams
Sets the condition whether that user password is encrypted.
strBaseDnForRole - Variable in class com.esri.adf.security.store.ADConnectParams
 
strBaseDnForRole - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strBaseDnForUser - Variable in class com.esri.adf.security.store.ADConnectParams
 
strBaseDnForUser - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strDatabaseName - Variable in class com.esri.adf.security.store.DBConnectParams
 
strDBDriverName - Variable in class com.esri.adf.security.store.DBConnectParams
 
strEmail - Variable in class com.esri.adf.security.store.ArcGISSecurityUser
 
strFullName - Variable in class com.esri.adf.security.store.ArcGISSecurityUser
 
strHostName - Variable in class com.esri.adf.security.store.ADConnectParams
 
strHostName - Variable in class com.esri.adf.security.store.DBConnectParams
 
strHostName - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strJdbcUrl - Variable in class com.esri.adf.security.store.DBConnectParams
 
strLdapURLForRole - Variable in class com.esri.adf.security.store.ADConnectParams
 
strLdapURLForRole - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strLdapURLForUser - Variable in class com.esri.adf.security.store.ADConnectParams
 
strLdapURLForUser - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strMD5HashPwd - Variable in class com.esri.adf.security.store.ArcGISSecurityUser
 
strRoleAttribInUserEntry - Variable in class com.esri.adf.security.store.ADConnectParams
 
strRoleAttribInUserEntry - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strRoleDesc - Variable in class com.esri.adf.security.store.ArcGISSecurityRole
 
strRoleName - Variable in class com.esri.adf.security.store.ArcGISSecurityRole
 
strSecretAnswer - Variable in class com.esri.adf.security.store.ArcGISSecurityUser
 
strSecretQuestion - Variable in class com.esri.adf.security.store.ArcGISSecurityUser
 
strSHAHashPwd - Variable in class com.esri.adf.security.store.ArcGISSecurityUser
 
strUserAttribInRoleEntry - Variable in class com.esri.adf.security.store.ADConnectParams
 
strUserAttribInRoleEntry - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strUserIdAttribute - Variable in class com.esri.adf.security.store.ADConnectParams
 
strUserIdAttribute - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strUserName - Variable in class com.esri.adf.security.store.ADConnectParams
 
strUserName - Variable in class com.esri.adf.security.store.ArcGISSecurityUser
 
strUserName - Variable in class com.esri.adf.security.store.DBConnectParams
 
strUserName - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
strUserPwd - Variable in class com.esri.adf.security.store.ADConnectParams
 
strUserPwd - Variable in class com.esri.adf.security.store.DBConnectParams
 
strUserPwd - Variable in class com.esri.adf.security.store.LDAPConnectParams
 

T

testConnection(Map<String, String>) - Method in class com.esri.adf.security.store.ADStore
Test the connection to the data store
testConnection(Map<String, String>) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Test the connection to the data store
testConnection(Map<String, String>) - Method in class com.esri.adf.security.store.DBStore
Test the connection to the data store
testConnection(Map<String, String>) - Method in class com.esri.adf.security.store.LDAPStore
Test the connection to the data store
testConnection(Map<String, String>) - Method in interface com.esri.adf.security.store.SecurityStore
Test the connection to the data store
type - Variable in class com.esri.adf.security.store.ConnectParams
 
TYPE_NAME - Variable in class com.esri.adf.security.store.ADConnectParams
 
TYPE_NAME - Variable in class com.esri.adf.security.store.DBConnectParams
 
TYPE_NAME - Variable in class com.esri.adf.security.store.LDAPConnectParams
 

U

URL - Variable in class com.esri.adf.security.store.DBConnectParams
 
URL_FOR_ROLE - Variable in class com.esri.adf.security.store.ADConnectParams
 
URL_FOR_ROLE - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
URL_FOR_USER - Variable in class com.esri.adf.security.store.ADConnectParams
 
URL_FOR_USER - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
USER_ATTR_EMAIL - Variable in class com.esri.adf.security.store.DBStore
 
USER_ATTR_FULLNAME - Variable in class com.esri.adf.security.store.DBStore
 
USER_ATTR_MD5PASSWORD - Variable in class com.esri.adf.security.store.DBStore
 
USER_ATTR_SECRETANSWER - Variable in class com.esri.adf.security.store.DBStore
 
USER_ATTR_SECRETQUESTION - Variable in class com.esri.adf.security.store.DBStore
 
USER_ATTR_SHAPASSWORD - Variable in class com.esri.adf.security.store.DBStore
 
USER_ATTR_USERNAME - Variable in class com.esri.adf.security.store.DBStore
 
USER_ATTRB_IN_ROLE_ENTRY - Variable in class com.esri.adf.security.store.ADConnectParams
 
USER_ATTRB_IN_ROLE_ENTRY - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
USER_ID_ATTRB - Variable in class com.esri.adf.security.store.ADConnectParams
 
USER_ID_ATTRB - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
USER_IN_AD - Variable in class com.esri.adf.security.store.ADConnectParams
 
USER_IN_DB - Variable in class com.esri.adf.security.store.DBConnectParams
 
USER_IN_LDAP - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
USER_ROLE_TABLE - Variable in class com.esri.adf.security.store.DBStore
 
USER_TABLE - Variable in class com.esri.adf.security.store.DBStore
 
USERNAME - Variable in class com.esri.adf.security.store.ADConnectParams
 
USERNAME - Variable in class com.esri.adf.security.store.DBConnectParams
 
USERNAME - Variable in class com.esri.adf.security.store.LDAPConnectParams
 
USERPWD - Variable in class com.esri.adf.security.store.ADConnectParams
 
USERPWD - Variable in class com.esri.adf.security.store.DBConnectParams
 
USERPWD - Variable in class com.esri.adf.security.store.LDAPConnectParams
 

V

validateUser(String, String) - Method in class com.esri.adf.security.store.ADStore
Check the user credentials with the information available in the security store.
validateUser(String, String) - Method in class com.esri.adf.security.store.ArcGISSecurityStore
Check the user credentials with the information available in the security store.
validateUser(String, String) - Method in class com.esri.adf.security.store.DBStore
Check the user credentials with the information available in the security store.
validateUser(String, String) - Method in class com.esri.adf.security.store.LDAPStore
Check the user credentials with the information available in the security store.
validateUser(String, String) - Method in interface com.esri.adf.security.store.SecurityStore
Check the user credentials with the information available in the security store.
verifyParameters() - Method in class com.esri.adf.security.store.ADConnectParams
Verifies if all the required parameters for the LDAPConnectParams are set.
verifyParameters() - Method in class com.esri.adf.security.store.ConnectParams
Verifies that the parameters set on the object are valid
verifyParameters() - Method in class com.esri.adf.security.store.DBConnectParams
Verifies if all the required parameters for the DBConnectParams are set.
verifyParameters() - Method in class com.esri.adf.security.store.LDAPConnectParams
Verifies if all the required parameters for the LDAPConnectParams are set.

A B C D E F G H I L M P R S T U V