Package com.iplanet.am.sdk

Provides the classes to be used for User/Identity Management.

See:
          Description

Interface Summary
AMAssignableDynamicGroup The AMAssignableDynamicGroup interface provides methods to manage assignable dynamic group.
AMConstants This interface defines constants used by AM SDK.
AMDynamicGroup This interface provides methods to manage dynamic group.
AMEntity  
AMEventListener Represents the event listener interface that consumers of this API should implement and register with the SDK to receive Sun Java System Identity Server SDK notifications.
AMFilteredRole This interface provides methods to manage filtered role.
AMGroup The AMGroup interface provides methods to manage group
AMGroupContainer This interface provides methods to manage group container.
AMObject The AMObject interface provides methods to manage various Sun Java System Identity Server objects and their attributes.
AMOrganization This interface provides methods to manage organization.
AMOrganizationalUnit The AMOrganizationalUnit interface provides methods to manage organizational unit AMOrganizationalUnit objects can be obtained by using AMStoreConnection.
AMPeopleContainer This interface provides methods to manage people container.
AMResource This interface provides methods to manage user.
AMRole The Role interface provides methods to manage role AMRole objects can be obtained by using AMStoreConnection.
AMServiceListener The interface AMServiceListener needs to be implemented by applications in order to receive service data change notifications.
AMStaticGroup This interface provides methods to manage static group.
AMTemplate Represents a service template associated with a AMObject.
AMUser This interface provides methods to manage user.
AMUserEntryProcessed Deprecated. This interface has been deprecated.
 

Class Summary
AMAttributeSchema Deprecated. This class has been deprecated.
AMCallBack A Plugin Class that needs to be extended by external applications in-order to do some special pre/post-processing for creation/deletion and modification operations for User, Organization, Roles and Groups.
AMEvent Represents an event fired by Sun Java System Identity Server SDK.
AMSchema Deprecated. This class has been deprecated.
AMSchema.Type Deprecated. This class has been deprecated.
AMSearchControl This class provides a way to customize Search behaviors.
AMSearchResults This class AMSearchResults provides to obtain the search results.
AMStoreConnection The AMStoreConnection class represents a connection to the Sun Java System Identity Server data store.
AMUserPasswordValidation This class provides a userID and password validation plugin mechanism.
 

Exception Summary
AMEntryExistsException This AMEntryExistsException is a specific typed exception used to indicate an error encountered because the entry already existing in the Directory.
AMException The AMException is thrown whenever an error is is encountered while performing an operation on the data store.
AMInvalidDNException The AMInvalidDNException is thrown to indicate that an invalid DN was used.
AMPostCallBackException AMPostCallBackException is a subclass of AMException which is used by all implementations of AMCallback.
AMPreCallBackException AMPreCallBackException is a subclass of AMException which is used by all implementations of AMCallback.
 

Package com.iplanet.am.sdk Description

Provides the classes to be used for User/Identity Management.