Class AMIdentityRepository


  • @Supported
    public class AMIdentityRepository
    extends Object
    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);