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.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.