Modifier and Type | Method and Description |
---|---|
AMIdentity |
LoginState.createUserIdentity(String userName,
Map userAttributes,
Set userRoles)
Creates
AMIdentity in the repository. |
AMIdentity |
AuthD.getIdentity(IdType idType,
String idName,
String orgName)
Returns the
AMIdentity object for the given parameters. |
AMIdentity |
LoginState.getRole(String roleName)
Returns
AMIdentity object for a Role. |
Modifier and Type | Method and Description |
---|---|
String |
LoginState.getUserDN(AMIdentity amIdentityUser)
Returns user DN of an Identity.
|
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 |
---|---|
AccountLockoutInfo |
ISAccountLockout.getAcInfo(String userDN,
AMIdentity amIdentity) |
AccountLockoutInfo |
ISAccountLockout.invalidPasswd(AMIdentity amIdentity,
AccountLockoutInfo acInfo)
Determines the number of times user failed authentication
updates the accountInfo object with the user information and count of
failed authentication attempts.
|
int |
ISAccountLockout.invalidPasswd(String userDN,
String userName,
AMIdentity amIdentity,
AccountLockoutInfo acInfo)
Determines the number of times user failed authentication
updates the accountInfo object with the user information and count of
failed authentication attempts.
|
boolean |
ISAccountLockout.isAccountLocked(AMIdentity amIdentity)
Checks if user account has been unlocked.This method is only
for accounts which are physically locked.
|
void |
ISAccountLockout.resetLockoutAttempts(String userDN,
AMIdentity amIdentity,
AccountLockoutInfo acInfo,
boolean resetDuration)
Resets attempts related data in Data store if the user has successfully
authenticated.
|
Modifier and Type | Method and Description |
---|---|
static AMIdentity |
AgentConfiguration.createAgent(SSOToken ssoToken,
String realm,
String agentName,
String agentType,
Map attrValues)
Creates an agent.
|
Modifier and Type | Method and Description |
---|---|
static void |
AgentConfiguration.AddAgentToGroup(AMIdentity group,
AMIdentity agent)
Adds an agent to a group.
|
static Map |
AgentConfiguration.getAgentAttributes(AMIdentity amid,
boolean reformat)
Returns agent's attribute values.
|
static String |
AgentConfiguration.getAgentType(AMIdentity amid)
For the given Agent identity, return the value that represents the agent type.
|
static Set |
AgentConfiguration.getAttributesSchemaNames(AMIdentity amid,
AttributeSchema.Syntax syntax)
Returns a set of attribute schema names whose schema match a given
syntax.
|
static Set |
AgentConfiguration.getInheritedAttributeNames(AMIdentity amid)
Returns the inherited attribute names.
|
static boolean |
AgentConfiguration.removeAgentGroup(AMIdentity amid,
AMIdentity groupToRemove)
Removes agent from it group.
|
static boolean |
AgentConfiguration.setAgentGroup(AMIdentity amid,
AMIdentity newGroup)
Set agent group.
|
static boolean |
AgentConfiguration.setAgentGroup(SSOToken ssoToken,
String realm,
AMIdentity amid,
String groupName)
Set agent group.
|
static void |
AgentConfiguration.updateInheritance(AMIdentity amid,
Map inherit)
Updates the inherited attribute names.
|
Modifier and Type | Method and Description |
---|---|
AMIdentity |
IdServices.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
AMIdentity |
AMIdentityRepository.createIdentity(IdType type,
String idName,
Map attrMap)
Creates a single object of a type.
|
static AMIdentity |
IdUtils.getIdentity(SSOToken token)
Returns a handle of the Identity object based on
the SSO Token passed in (
AMIdentity object of the user
who is authenticated). |
static AMIdentity |
IdUtils.getIdentity(SSOToken token,
String univId)
Returns an
AMIdentity object, if provided with a string
identifier for the object. |
static AMIdentity |
IdUtils.getIdentity(SSOToken token,
String amsdkdn,
String realm)
Returns an
AMIdentity object, given the
DN of an authenticated identity, realm name and identity type. |
static AMIdentity |
IdUtils.getIdentity(String uName,
String realm)
Gets the AMIdentity of a user with username equal to uName that exists in realm
|
AMIdentity |
AMIdentityRepository.getRealmIdentity()
Returns a handle of the Identity object representing this
realm for services related operations only.
|
Modifier and Type | Method and Description |
---|---|
void |
AMIdentity.addMember(AMIdentity identity)
If membership is supported then add the new identity as a member.
|
void |
IdSearchResults.addResult(AMIdentity id,
Map attrs)
Adds an AMIdentity object to this search result.
|
static String |
IdUtils.getDN(AMIdentity id)
Deprecated.
use
IdentityUtils.getDN(AMIdentity) instead. |
static String |
IdUtils.getUniversalId(AMIdentity id)
Returns a string which uniquely represents this identity object.
|
boolean |
AMIdentity.isMember(AMIdentity identity)
Verifies if this identity is a member of the identity being passed.
|
void |
AMIdentity.removeMember(AMIdentity identity)
Removes the identity from this identity's membership.
|
Modifier and Type | Method and Description |
---|---|
AMIdentity |
IdRemoteServicesImpl.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
Modifier and Type | Method and Description |
---|---|
AMIdentity |
IdServicesImpl.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
AMIdentity |
IdCachedServicesImpl.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
Modifier and Type | Method and Description |
---|---|
static void |
DiscoEntryHandlerImplUtils.getGlobalDiscoEntries(AMIdentity amIdentity,
String attrName,
Map discoEntries,
String userID)
This is used by the global disocvery service handler to retrieve
the resource offerings registered at the realm, org, role etc.
|
static boolean |
DiscoEntryHandlerImplUtils.setGlobalDiscoEntries(AMIdentity amIdentity,
String attrName,
Collection entries)
Registers the discovery service resource offerings to the AMIdentity
This is used by the global disocvery service handler to register
the resource offerings to the realm, org, role etc.
|
Modifier and Type | Method and Description |
---|---|
String |
PasswordGenerator.generatePassword(AMIdentity user)
Returns new password for user.
|
String |
RandomPasswordGenerator.generatePassword(AMIdentity user)
Generates new password for user.
|
void |
EmailPassword.notifyPassword(AMIdentity user,
String password,
Locale locale)
Notifies user when password is changed.
|
void |
NotifyPassword.notifyPassword(AMIdentity user,
String password,
Locale locale)
Notifies user when password is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
PWResetAccountLockout.invalidAnswer(AMIdentity amid)
Stores the attempt of the user's password reset failure in the map.
|
Constructor and Description |
---|
DiscoveryAgent(AMIdentity amIdentity) |
STSAgent(AMIdentity amIdentity) |
Modifier and Type | Method and Description |
---|---|
AMIdentity |
ResourceOwner.getIdentity()
Gets the resource owner's identity.
|
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 |
---|
AMIdentityWrapper(AMIdentity amIdentity)
Constructs an instance of the AMIdentityWrapper.
|
Constructor and Description |
---|
AuthenticatorAppRegistrationURIBuilder(AMIdentity id,
String secretHex,
int codeLength,
String issuer)
Construct a builder which can be used to generate URIs for registering OATH devices with an OATH
authentication module.
|
Modifier and Type | Method and Description |
---|---|
AMIdentity |
CoreWrapper.getIdentity(SSOToken token)
Returns a handle of the Identity object based on the SSO Token passed in (
AMIdentity object of the user
who is authenticated). |
AMIdentity |
CoreWrapper.getIdentity(SSOToken token,
String univId)
Returns an
AMIdentity object, if provided with a string identifier for the object. |
AMIdentity |
CoreServicesWrapper.getIdentity(String username,
String realm)
Gets the AMIdentity of a user with username equal to username that exists in realm
|
AMIdentity |
CoreWrapper.getIdentity(String username,
String realm)
Gets the AMIdentity of a user with username equal to username that exists in realm
|
Modifier and Type | Method and Description |
---|---|
protected AMIdentity |
TwoFADevicesResource.getUserIdFromUri(org.forgerock.services.context.Context context)
Retrieving the user id in this fashion ensures that an admin can utilise these functions.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorOathService.removeAllUserDevices(AMIdentity id)
Removes all user's current devices of this type.
|
void |
AuthenticatorOathService.setUserSkipOath(AMIdentity id,
int userSkipOath)
Sets the user's ability to skip an Authenticator OATH module (or any module configured to look at the
supplied attrName for its skippable value).
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorPushService.removeAllUserDevices(AMIdentity id)
Remove all user devices in a single call.
|
Modifier and Type | Method and Description |
---|---|
AMIdentity |
SessionResourceUtil.getIdentity(SSOToken ssoToken)
Creates a AMIdentity from the specified SSOToken.
|
Modifier and Type | Method and Description |
---|---|
static String |
IdentityUtils.getDN(AMIdentity id)
Returns the matching DN from the AM SDK for this entry.
|
Modifier and Type | Method and Description |
---|---|
AMIdentity |
IdServicesDecorator.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
Modifier and Type | Method and Description |
---|---|
AMIdentity |
IdentityManager.getClientIdentity(String clientName,
String realm)
Gets a client's identity.
|
AMIdentity |
AgentClientRegistration.getIdentity()
Returns the underlying identity.
|
AMIdentity |
IdentityManager.getResourceOwnerIdentity(String username,
String realm)
Gets a resource owner's identity.
|
Constructor and Description |
---|
ScriptedIdentity(AMIdentity amIdentity)
The constructor for the
ScriptedIdentity object |
Modifier and Type | Method and Description |
---|---|
Set<String> |
SessionPersistenceStore.getAccessTokens(AMIdentity idm) |
Modifier and Type | Method and Description |
---|---|
protected AMIdentity |
AuthorizationRequestEndpoint.createIdentity(String username,
String realm) |
Modifier and Type | Method and Description |
---|---|
static Subject |
UmaUtils.createSubject(AMIdentity identity)
Creates a
Subject using the universal ID from the provided
AMIdentity . |
Modifier and Type | Method and Description |
---|---|
Set<UmaAuditEntry> |
UmaAuditLogger.getEntireHistory(AMIdentity identity) |
Set<UmaAuditEntry> |
UmaAuditLogger.getHistory(AMIdentity identity,
org.forgerock.json.resource.QueryRequest request) |
void |
UmaAuditLogger.log(String resourceSetId,
AMIdentity resourceOwner,
UmaAuditType message,
org.restlet.Request request,
String requestingPartyId) |
void |
UmaAuditLogger.log(String resourceSetId,
String resourceSetName,
AMIdentity resourceOwner,
UmaAuditType message,
String requestingPartyId) |
Modifier and Type | Method and Description |
---|---|
protected Set<com.webauthn4j.authenticator.Authenticator> |
WebAuthnAuthentication.loadAuthenticators(AMIdentity identity) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.