Uses of Class
com.sun.identity.idm.AMIdentity
-
-
Uses of AMIdentity in com.sun.identity.authentication.service
Methods in com.sun.identity.authentication.service that return AMIdentity Modifier and Type Method Description AMIdentityLoginState. createUserIdentity(String userName, Map userAttributes, Set userRoles)CreatesAMIdentityin the repository.AMIdentityAuthD. getIdentity(IdType idType, String idName, String orgName)Returns theAMIdentityobject for the given parameters.AMIdentityLoginState. getRole(String roleName)ReturnsAMIdentityobject for a Role.Methods in com.sun.identity.authentication.service with parameters of type AMIdentity Modifier and Type Method Description StringLoginState. getUserDN(AMIdentity amIdentityUser)Returns user DN of an Identity. -
Uses of AMIdentity in com.sun.identity.authentication.spi
Methods in com.sun.identity.authentication.spi with parameters of type AMIdentity Modifier and Type Method Description intAMLoginModule. getFailCount(AMIdentity amIdUser)Get the number of failed login attempts for a user when account locking is enabled. -
Uses of AMIdentity in com.sun.identity.common
Methods in com.sun.identity.common with parameters of type AMIdentity Modifier and Type Method Description AccountLockoutInfoISAccountLockout. getAcInfo(String userDN, AMIdentity amIdentity)AccountLockoutInfoISAccountLockout. 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.intISAccountLockout. 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.booleanISAccountLockout. isAccountLocked(AMIdentity amIdentity)Checks if user account has been unlocked.This method is only for accounts which are physically locked.voidISAccountLockout. resetLockoutAttempts(String userDN, AMIdentity amIdentity, AccountLockoutInfo acInfo, boolean resetDuration)Resets attempts related data in Data store if the user has successfully authenticated. -
Uses of AMIdentity in com.sun.identity.common.configuration
Methods in com.sun.identity.common.configuration that return AMIdentity Modifier and Type Method Description static AMIdentityAgentConfiguration. createAgent(SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues)Creates an agent.Methods in com.sun.identity.common.configuration with parameters of type AMIdentity Modifier and Type Method Description static voidAgentConfiguration. AddAgentToGroup(AMIdentity group, AMIdentity agent)Adds an agent to a group.static MapAgentConfiguration. getAgentAttributes(AMIdentity amid, boolean reformat)Returns agent's attribute values.static StringAgentConfiguration. getAgentType(AMIdentity amid)For the given Agent identity, return the value that represents the agent type.static SetAgentConfiguration. getAttributesSchemaNames(AMIdentity amid, AttributeSchema.Syntax syntax)Returns a set of attribute schema names whose schema match a given syntax.static SetAgentConfiguration. getInheritedAttributeNames(AMIdentity amid)Returns the inherited attribute names.static booleanAgentConfiguration. removeAgentGroup(AMIdentity amid, AMIdentity groupToRemove)Removes agent from it group.static booleanAgentConfiguration. setAgentGroup(SSOToken ssoToken, String realm, AMIdentity amid, String groupName)Set agent group.static booleanAgentConfiguration. setAgentGroup(AMIdentity amid, AMIdentity newGroup)Set agent group.static voidAgentConfiguration. updateInheritance(AMIdentity amid, Map inherit)Updates the inherited attribute names. -
Uses of AMIdentity in com.sun.identity.idm
Methods in com.sun.identity.idm that return AMIdentity Modifier and Type Method Description AMIdentityIdServices. create(SSOToken token, IdType type, String name, Map attrMap, String amOrgName)AMIdentityAMIdentityRepository. createIdentity(IdType type, String idName, Map attrMap)Creates a single object of a type.static AMIdentityIdUtils. getIdentity(SSOToken token)Returns a handle of the Identity object based on the SSO Token passed in (AMIdentityobject of the user who is authenticated).static AMIdentityIdUtils. getIdentity(SSOToken token, String univId)Returns anAMIdentityobject, if provided with a string identifier for the object.static AMIdentityIdUtils. getIdentity(SSOToken token, String amsdkdn, String realm)Returns anAMIdentityobject, given the DN of an authenticated identity, realm name and identity type.static AMIdentityIdUtils. getIdentity(String uName, String realm)Gets the AMIdentity of a user with username equal to uName that exists in realmAMIdentityAMIdentityRepository. getRealmIdentity()Returns a handle of the Identity object representing this realm for services related operations only.Methods in com.sun.identity.idm with parameters of type AMIdentity Modifier and Type Method Description voidAMIdentity. addMember(AMIdentity identity)If membership is supported then add the new identity as a member.voidIdSearchResults. addResult(AMIdentity id, Map attrs)Adds an AMIdentity object to this search result.static StringIdUtils. getDN(AMIdentity id)Deprecated.useIdentityUtils.getDN(AMIdentity)instead.static StringIdUtils. getUniversalId(AMIdentity id)Returns a string which uniquely represents this identity object.booleanAMIdentity. isMember(AMIdentity identity)Verifies if this identity is a member of the identity being passed.voidAMIdentity. removeMember(AMIdentity identity)Removes the identity from this identity's membership. -
Uses of AMIdentity in com.sun.identity.idm.remote
Methods in com.sun.identity.idm.remote that return AMIdentity Modifier and Type Method Description AMIdentityIdRemoteServicesImpl. create(SSOToken token, IdType type, String name, Map attrMap, String amOrgName) -
Uses of AMIdentity in com.sun.identity.idm.server
Methods in com.sun.identity.idm.server that return AMIdentity Modifier and Type Method Description AMIdentityIdCachedServicesImpl. create(SSOToken token, IdType type, String name, Map attrMap, String amOrgName)AMIdentityIdServicesImpl. create(SSOToken token, IdType type, String name, Map attrMap, String amOrgName) -
Uses of AMIdentity in com.sun.identity.liberty.ws.disco.plugins
Methods in com.sun.identity.liberty.ws.disco.plugins with parameters of type AMIdentity Modifier and Type Method Description static voidDiscoEntryHandlerImplUtils. 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 booleanDiscoEntryHandlerImplUtils. 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. -
Uses of AMIdentity in com.sun.identity.password.plugins
Methods in com.sun.identity.password.plugins with parameters of type AMIdentity Modifier and Type Method Description StringPasswordGenerator. generatePassword(AMIdentity user)Returns new password for user.StringRandomPasswordGenerator. generatePassword(AMIdentity user)Generates new password for user.voidEmailPassword. notifyPassword(AMIdentity user, String password, Locale locale)Notifies user when password is changed.voidNotifyPassword. notifyPassword(AMIdentity user, String password, Locale locale)Notifies user when password is changed. -
Uses of AMIdentity in com.sun.identity.password.ui.model
Methods in com.sun.identity.password.ui.model with parameters of type AMIdentity Modifier and Type Method Description voidPWResetAccountLockout. invalidAnswer(AMIdentity amid)Stores the attempt of the user's password reset failure in the map. -
Uses of AMIdentity in com.sun.identity.wss.provider.plugins
Constructors in com.sun.identity.wss.provider.plugins with parameters of type AMIdentity Constructor Description DiscoveryAgent(AMIdentity amIdentity)STSAgent(AMIdentity amIdentity) -
Uses of AMIdentity in org.forgerock.oauth2.core
Methods in org.forgerock.oauth2.core that return AMIdentity Modifier and Type Method Description AMIdentityResourceOwner. getIdentity()Gets the resource owner's identity. -
Uses of AMIdentity in org.forgerock.openam.authentication.modules.common.mapping
Methods in org.forgerock.openam.authentication.modules.common.mapping that return AMIdentity Modifier and Type Method Description AMIdentityAccountProvider. provisionUser(AMIdentityRepository idrepo, Map<String,Set<String>> attributes)Provisions a user with the specified attributes.AMIdentityDefaultAccountProvider. provisionUser(AMIdentityRepository idrepo, Map<String,Set<String>> attributes)Provisions a user with the specified attributes.AMIdentityAccountProvider. searchUser(AMIdentityRepository idrepo, Map<String,Set<String>> attr)Search for a user given a map of attributes.AMIdentityDefaultAccountProvider. searchUser(AMIdentityRepository idrepo, Map<String,Set<String>> attr)Search for a user given a map of attributes. -
Uses of AMIdentity in org.forgerock.openam.authentication.modules.deviceprint
Constructors in org.forgerock.openam.authentication.modules.deviceprint with parameters of type AMIdentity Constructor Description AMIdentityWrapper(AMIdentity amIdentity)Constructs an instance of the AMIdentityWrapper. -
Uses of AMIdentity in org.forgerock.openam.authentication.modules.fr.oath
Constructors in org.forgerock.openam.authentication.modules.fr.oath with parameters of type AMIdentity Constructor 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. -
Uses of AMIdentity in org.forgerock.openam.core
Methods in org.forgerock.openam.core that return AMIdentity Modifier and Type Method Description AMIdentityCoreServicesWrapper. getIdentity(String username, String realm)Gets the AMIdentity of a user with username equal to username that exists in realmAMIdentityCoreWrapper. getIdentity(SSOToken token)Returns a handle of the Identity object based on the SSO Token passed in (AMIdentityobject of the user who is authenticated).AMIdentityCoreWrapper. getIdentity(SSOToken token, String univId)Returns anAMIdentityobject, if provided with a string identifier for the object.AMIdentityCoreWrapper. getIdentity(String username, String realm)Gets the AMIdentity of a user with username equal to username that exists in realm -
Uses of AMIdentity in org.forgerock.openam.core.rest.devices
Methods in org.forgerock.openam.core.rest.devices that return AMIdentity Modifier and Type Method Description protected AMIdentityTwoFADevicesResource. getUserIdFromUri(org.forgerock.services.context.Context context)Retrieving the user id in this fashion ensures that an admin can utilise these functions. -
Uses of AMIdentity in org.forgerock.openam.core.rest.devices.services.oath
Methods in org.forgerock.openam.core.rest.devices.services.oath with parameters of type AMIdentity Modifier and Type Method Description voidAuthenticatorOathService. removeAllUserDevices(AMIdentity id)Removes all user's current devices of this type.voidAuthenticatorOathService. 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). -
Uses of AMIdentity in org.forgerock.openam.core.rest.devices.services.push
Methods in org.forgerock.openam.core.rest.devices.services.push with parameters of type AMIdentity Modifier and Type Method Description voidAuthenticatorPushService. removeAllUserDevices(AMIdentity id)Remove all user devices in a single call. -
Uses of AMIdentity in org.forgerock.openam.core.rest.session
Methods in org.forgerock.openam.core.rest.session that return AMIdentity Modifier and Type Method Description AMIdentitySessionResourceUtil. getIdentity(SSOToken ssoToken)Creates a AMIdentity from the specified SSOToken. -
Uses of AMIdentity in org.forgerock.openam.identity.idm
Methods in org.forgerock.openam.identity.idm with parameters of type AMIdentity Modifier and Type Method Description static StringIdentityUtils. getDN(AMIdentity id)Returns the matching DN from the AM SDK for this entry. -
Uses of AMIdentity in org.forgerock.openam.idm
Methods in org.forgerock.openam.idm that return AMIdentity Modifier and Type Method Description AMIdentityIdServicesDecorator. create(SSOToken token, IdType type, String name, Map attrMap, String amOrgName) -
Uses of AMIdentity in org.forgerock.openam.oauth2
Methods in org.forgerock.openam.oauth2 that return AMIdentity Modifier and Type Method Description AMIdentityIdentityManager. getClientIdentity(String clientName, String realm)Gets a client's identity.AMIdentityAgentClientRegistration. getIdentity()Returns the underlying identity.AMIdentityIdentityManager. getResourceOwnerIdentity(String username, String realm)Gets a resource owner's identity. -
Uses of AMIdentity in org.forgerock.openam.scripting.api
Constructors in org.forgerock.openam.scripting.api with parameters of type AMIdentity Constructor Description ScriptedIdentity(AMIdentity amIdentity)The constructor for theScriptedIdentityobject -
Uses of AMIdentity in org.forgerock.openam.session.service.access.persistence
Methods in org.forgerock.openam.session.service.access.persistence with parameters of type AMIdentity Modifier and Type Method Description Set<String>SessionPersistenceStore. getAccessTokens(AMIdentity idm) -
Uses of AMIdentity in org.forgerock.openam.uma
Methods in org.forgerock.openam.uma that return AMIdentity Modifier and Type Method Description protected AMIdentityAuthorizationRequestEndpoint. createIdentity(String username, String realm)Methods in org.forgerock.openam.uma with parameters of type AMIdentity Modifier and Type Method Description static SubjectUmaUtils. createSubject(AMIdentity identity)Creates aSubjectusing the universal ID from the providedAMIdentity. -
Uses of AMIdentity in org.forgerock.openam.uma.audit
Methods in org.forgerock.openam.uma.audit with parameters of type AMIdentity Modifier and Type Method Description Set<UmaAuditEntry>UmaAuditLogger. getEntireHistory(AMIdentity identity)Set<UmaAuditEntry>UmaAuditLogger. getHistory(AMIdentity identity, org.forgerock.json.resource.QueryRequest request)voidUmaAuditLogger. log(String resourceSetId, AMIdentity resourceOwner, UmaAuditType message, org.restlet.Request request, String requestingPartyId)voidUmaAuditLogger. log(String resourceSetId, String resourceSetName, AMIdentity resourceOwner, UmaAuditType message, String requestingPartyId) -
Uses of AMIdentity in org.openidentityplatform.openam.authentication.modules.webauthn
Methods in org.openidentityplatform.openam.authentication.modules.webauthn with parameters of type AMIdentity Modifier and Type Method Description protected Set<com.webauthn4j.authenticator.Authenticator>WebAuthnAuthentication. loadAuthenticators(AMIdentity identity)
-