Package com.esri.adf.security.store

Provides classes that implement access to various data stores.

See:
          Description

Interface Summary
SecurityStore SecurityStore interface needs to be implemented for any class thats wants to provide implementation for the ArcGISSecurityStore.
 

Class Summary
ADConnectParams This class contains the connection parameters to connect to an LDAP.
ADStore This class implements methods that accesses Microsoft's Active Directory Server.
ArcGISSecurityRole This class encapsulates the role information for the security store.
ArcGISSecurityStore The methods on this class can be used to access a particular implementation of the security store.
ArcGISSecurityUser This class encapsulates the user information for the security store.
ConnectParams This class forms the parent class for all classes that contain connection parameters to a particular data store.
DBConnectParams This class contains the connection parameters to connect to a Database.
DBStore This class implements the SecurityStore interface and provides access methods to a relational database.
LDAPConnectParams This class contains the connection parameters to connect to an LDAP.
LDAPStore This class implements methods that accesses a Directory Server.
 

Package com.esri.adf.security.store Description

Provides classes that implement access to various data stores.