Uses of Class
com.sun.identity.idm.AMIdentityRepository
-
Packages that use AMIdentityRepository Package Description org.forgerock.openam.authentication.modules.common.mapping This package contains the mapping interfaces and default implementations that are common for use by all authentication modules. -
-
Uses of AMIdentityRepository in org.forgerock.openam.authentication.modules.common.mapping
Methods in org.forgerock.openam.authentication.modules.common.mapping with parameters of type AMIdentityRepository Modifier and Type Method Description AMIdentity
AccountProvider. provisionUser(AMIdentityRepository idrepo, Map<String,Set<String>> attributes)
Provisions a user with the specified attributes.AMIdentity
AccountProvider. searchUser(AMIdentityRepository idrepo, Map<String,Set<String>> attr)
Search for a user given a map of attributes.
-