Class AMIdentityRepository

java.lang.Object
com.sun.identity.idm.AMIdentityRepository
All Implemented Interfaces:
IdentityStore

@Supported public class AMIdentityRepository extends Object implements IdentityStore
The class AMIdentityRepository represents an object to access the repositories in which user/role/group and other identity data is configured. This class provides access to methods which will search, create and delete identities. An instance of this class can be obtained in the following manner:


 AMIdentityRepository idRepo = new AMIdentityRepository(ssoToken, realmName);