public interface AccountProvider
DefaultAccountProvider
Modifier and Type | Method and Description |
---|---|
AMIdentity |
provisionUser(AMIdentityRepository idrepo,
Map<String,Set<String>> attributes)
Provisions a user with the specified attributes.
|
AMIdentity |
searchUser(AMIdentityRepository idrepo,
Map<String,Set<String>> attr)
Search for a user given a map of attributes.
|
AMIdentity searchUser(AMIdentityRepository idrepo, Map<String,Set<String>> attr)
idrepo
- The identity repository.attr
- The set of attributes, which should be treated as 'or' statements.AMIdentity provisionUser(AMIdentityRepository idrepo, Map<String,Set<String>> attributes) throws AuthLoginException
idrepo
- The identity repository in which the user will be created.attributes
- The user attributes.AuthLoginException
- Thrown if user creation fails.Copyright © 2010-2018, ForgeRock All Rights Reserved.