Package | Description |
---|---|
com.sun.identity.authentication.modules.hotp | |
com.sun.identity.authentication.service | |
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.
|
org.forgerock.openam.authentication.modules.scripted | |
org.forgerock.openam.identity.idm | |
org.forgerock.openam.uma.rest |
Constructor and Description |
---|
HOTPService(AMIdentityRepository amIdentityRepo,
String userName,
HOTPParams hotpParams)
Constructs an instance of the HOTPService.
|
Modifier and Type | Method and Description |
---|---|
AMIdentityRepository |
AuthD.getAMIdentityRepository(String orgDN)
Returns the OpenAM Identity Repository for an organization.
|
Modifier and Type | Method and Description |
---|---|
AMIdentityRepository |
AMLoginModule.getAMIdentityRepository(String orgDN)
Returns
AMIdentityRepostiory handle for an organization. |
Modifier and Type | Method and Description |
---|---|
static AMIdentityRepository |
IdUtils.getAMIdentityRepository(String orgDN)
Returns
AMIdentityRepostiory handle for an organization. |
Modifier and Type | Method and Description |
---|---|
void |
IdRepoCreationListener.notify(AMIdentityRepository idRepo,
String realm)
Called when a
AMIdentityRepository is created. |
Modifier and Type | Method and Description |
---|---|
AMIdentity |
DefaultAccountProvider.provisionUser(AMIdentityRepository idrepo,
Map<String,Set<String>> attributes)
Provisions a user with the specified attributes.
|
AMIdentity |
AccountProvider.provisionUser(AMIdentityRepository idrepo,
Map<String,Set<String>> attributes)
Provisions a user with the specified attributes.
|
AMIdentity |
DefaultAccountProvider.searchUser(AMIdentityRepository idrepo,
Map<String,Set<String>> attr)
Search for a user given a map of attributes.
|
AMIdentity |
AccountProvider.searchUser(AMIdentityRepository idrepo,
Map<String,Set<String>> attr)
Search for a user given a map of attributes.
|
Constructor and Description |
---|
ScriptIdentityRepository(AMIdentityRepository identityRepository)
Constructor for
ScriptIdentityRepository object |
Modifier and Type | Method and Description |
---|---|
AMIdentityRepository |
AMIdentityRepositoryFactory.create(String realm,
SSOToken token)
Creates a
AMIdentityRepository instance. |
Modifier and Type | Method and Description |
---|---|
void |
UmaIdRepoCreationListener.notify(AMIdentityRepository idRepo,
String realm)
Ensures that a
UmaPolicyApplicationListener is attached to the
AMIdentityRepository for each realm. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.