Package | Description |
---|---|
com.sun.identity.authentication.spi |
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenAM.
|
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
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 |
---|---|
int |
AMLoginModule.getFailCount(AMIdentity amIdUser)
Get the number of failed login attempts for a user when account locking
is enabled.
|
Modifier and Type | Method and Description |
---|---|
AMIdentity |
AMIdentityRepository.createIdentity(IdType type,
String idName,
Map attrMap) |
static AMIdentity |
IdUtils.getIdentity(SSOToken token) |
static AMIdentity |
IdUtils.getIdentity(SSOToken token,
String univId) |
static AMIdentity |
IdUtils.getIdentity(String uName,
String realm) |
static AMIdentity |
IdUtils.getIdentity(String uName,
String realm,
Set<String> userSearchAttributes) |
AMIdentity |
AMIdentityRepository.getRealmIdentity() |
Modifier and Type | Method and Description |
---|---|
Map<AMIdentity,Map<String,?>> |
IdSearchResults.getResultAttributes()
Method which returns the search results as a map containing AMIdentity
objects as key and the attribute value String.
|
Set<AMIdentity> |
IdSearchResults.getSearchResults()
Method which returns the search results as an ordered set.
|
Modifier and Type | Method and Description |
---|---|
void |
AMIdentity.addMember(AMIdentity identity) |
void |
IdSearchResults.addResult(AMIdentity id,
Map attrs)
Adds an AMIdentity object to this search result.
|
static String |
IdUtils.getUniversalId(AMIdentity id) |
boolean |
AMIdentity.isMember(AMIdentity identity)
Verifies if this identity is a member of the identity being passed.
|
void |
AMIdentity.removeMember(AMIdentity identity) |
Modifier and Type | Method and Description |
---|---|
void |
AMIdentity.addMembers(Set<AMIdentity> identities) |
void |
AMIdentity.removeMembers(Set<AMIdentity> identities) |
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.