Uses of Interface
org.forgerock.am.identity.domain.Identity
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of Identity in com.sun.identity.idm
Modifier and TypeClassDescriptionclass
This class represents an Identity which needs to be managed by Access Manager. -
Uses of Identity in org.forgerock.am.identity.application
Modifier and TypeMethodDescriptionIdentityFactory.create
(SSOToken token, UniversalId universalId) Retrieves an instance ofIdentity
bound to the passed token and universal id.Modifier and TypeMethodDescriptionvoid
IdentityService.addMember
(Identity parent, UniversalId universalId) Adds the passed identity as a member of this identity.void
IdentityService.addMembers
(Identity parent, Set<UniversalId> identities) Adds the passed identities as members of this identity.void
LegacyIdentityServiceStore.assignService
(Identity identity, String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attributes) Assigns the service and service related attributes to the identity.void
IdentityService.changePassword
(Identity identity, String oldPassword, String newPassword) Changes password for the identity.LegacyIdentityServiceStore.getAssignableServices
(Identity identity) Returns all services which can be assigned to this entity.LegacyIdentityServiceStore.getAssignedServices
(Identity identity) Returns the set of services already assigned to this identity.IdentityService.getBinaryAttributes
(Identity identity, Set<String> attrNames) Returns requested attributes and values of this object.IdentityService.getMembers
(Identity identity, IdType mtype) Return all members of a given identity type of this identity as a Set of Identity objects.IdentityService.getMemberships
(Identity identity, IdType mtype) Returns the set of identities that this identity belongs to.LegacyIdentityServiceStore.getServiceAttributes
(Identity identity, String serviceName) Returns attributes related to a service, if the service is assigned to the identity.LegacyIdentityServiceStore.getServiceAttributesAscending
(Identity identity, String serviceName) Returns attributes related to a service, if the service is assigned to the identity.boolean
If there is a status attribute configured, then verifies if the identity is active and returns true.boolean
IdentityService.isMember
(Identity identity, UniversalId universalId) Verifies if this identity is a member of the identity being passed.void
LegacyIdentityServiceStore.modifyService
(Identity identity, String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attrMap) Set attributes related to a specific service.void
IdentityService.removeMember
(Identity parent, UniversalId universalId) Removes the passed identity as a member of this identity.void
IdentityService.removeMembers
(Identity parent, Set<UniversalId> identities) Removes the passed identities as members of this identity.void
LegacyIdentityServiceStore.removeServiceAttributes
(Identity identity, String serviceName, Set<String> attrNames) Removes attributes value related to a specific service by setting it to empty.void
IdentityService.setActiveStatus
(Identity identity, boolean active) If there is a status attribute configured, then set its status to true or activated state if the parameter active is true.void
LegacyIdentityServiceStore.unassignService
(Identity identity, String serviceName) Removes a service from the identity.IdentityService.updateAttributes
(Identity identity) Returns a builder which allows updating the attributes of the given identity.