Uses of Interface
org.forgerock.am.identity.domain.Identity
Packages that use Identity
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of Identity in com.sun.identity.idm
Classes in com.sun.identity.idm that implement IdentityModifier and TypeClassDescriptionclassThis class represents an Identity which needs to be managed by Access Manager. -
Uses of Identity in org.forgerock.am.identity.application
Methods in org.forgerock.am.identity.application that return IdentityModifier and TypeMethodDescriptionIdentityFactory.create(SSOToken token, UniversalId universalId) Retrieves an instance ofIdentitybound to the passed token and universal id.Methods in org.forgerock.am.identity.application with parameters of type IdentityModifier and TypeMethodDescriptionvoidIdentityService.addMember(Identity parent, UniversalId universalId) Adds the passed identity as a member of this identity.voidIdentityService.addMembers(Identity parent, Set<UniversalId> identities) Adds the passed identities as members of this identity.voidLegacyIdentityServiceStore.assignService(Identity identity, String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attributes) Assigns the service and service related attributes to the identity.voidIdentityService.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.booleanIf there is a status attribute configured, then verifies if the identity is active and returns true.booleanIdentityService.isMember(Identity identity, UniversalId universalId) Verifies if this identity is a member of the identity being passed.voidLegacyIdentityServiceStore.modifyService(Identity identity, String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attrMap) Set attributes related to a specific service.voidIdentityService.removeMember(Identity parent, UniversalId universalId) Removes the passed identity as a member of this identity.voidIdentityService.removeMembers(Identity parent, Set<UniversalId> identities) Removes the passed identities as members of this identity.voidLegacyIdentityServiceStore.removeServiceAttributes(Identity identity, String serviceName, Set<String> attrNames) Removes attributes value related to a specific service by setting it to empty.voidIdentityService.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.voidLegacyIdentityServiceStore.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.