Package com.sun.identity.idm
Provides classes for accessing the Identity Repository interfaces.
-
Interface Summary Interface Description IdConstants IdEventListener Represents the event listener interface that consumers of this API should implement and register with theIdentityStoreto receive notifications.IdRepoFactory<T extends IdRepo> Factory interface for creating instances ofIdRepo. -
Class Summary Class Description AMIdentity This class represents an Identity which needs to be managed by Access Manager.AMIdentityRepository The classAMIdentityRepositoryrepresents an object to access the repositories in which user/role/group and other identity data is configured.IdOperation The classIdOperationdefines the types of operations supported on managed identities, and provides static constants for these operation.IdRepo This interface defines the methods which need to be implemented by plugins.IdRepoListener Provides methods that can be called by IdRepo plugins to notify change events.IdSearchControl This is a helper class which is used in theIdentityStoresearch method.IdSearchOpModifier This is a helper class which can be in conjunction with theIdSearchControlclass to make simple modifications to the basic search performed by each plugin.IdSearchResults This classIdSearchResultsprovides to obtain the search results.IdType The classIdTypedefines the types of supported identities, and provides static constants for these identities.IdUtils The class defines some static utilities used by other components like policy and auth -
Exception Summary Exception Description IdRepoDuplicateObjectException An exception type thrown when anIdRepois asked to create an object with a name that is already used.IdRepoException The exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.IdRepoFatalException The exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.IdRepoUnsupportedOpException The exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.PasswordPolicyException The exception class whose instance is thrown if there is any error related with password issue.