Package | Description |
---|---|
com.sun.identity.authentication.spi |
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenSSO.
|
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
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) |
AMIdentity |
AMIdentityRepository.getRealmIdentity() |
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) |
Copyright © 2010-2013, ForgeRock All Rights Reserved.