Uses of Class
org.forgerock.am.identity.domain.UniversalId
Packages that use UniversalId
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of UniversalId in com.sun.identity.idm
Subclasses of UniversalId in com.sun.identity.idmModifier and TypeClassDescriptionclassThis class represents an Identity which needs to be managed by Access Manager.Methods in com.sun.identity.idm with parameters of type UniversalIdModifier and TypeMethodDescriptionbooleanAMIdentity.isMember(UniversalId universalId) Verifies if this identity is a member of the identity being passed. -
Uses of UniversalId in org.forgerock.am.identity.application
Methods in org.forgerock.am.identity.application with parameters of type UniversalIdModifier and TypeMethodDescriptionvoidIdentityService.addMember(Identity parent, UniversalId universalId) Adds the passed identity as a member of this identity.IdentityFactory.create(SSOToken token, UniversalId universalId) Retrieves an instance ofIdentitybound to the passed token and universal id.booleanIdentityService.isMember(Identity identity, UniversalId universalId) Verifies if this identity is a member of the identity being passed.voidIdentityService.removeMember(Identity parent, UniversalId universalId) Removes the passed identity as a member of this identity.Method parameters in org.forgerock.am.identity.application with type arguments of type UniversalIdModifier and TypeMethodDescriptionvoidIdentityService.addMembers(Identity parent, Set<UniversalId> identities) Adds the passed identities as members of this identity.voidIdentityService.removeMembers(Identity parent, Set<UniversalId> identities) Removes the passed identities as members of this identity. -
Uses of UniversalId in org.forgerock.am.identity.domain
Methods in org.forgerock.am.identity.domain that return UniversalIdModifier and TypeMethodDescriptionIdentity.asUniversalId()Return the universal id which represents this identitystatic UniversalIdCreates a newUniversalIdinstance based of the passed token.static UniversalIdCreates a newUniversalIdinstance based of the passed individual parts that represent a unique identity.static UniversalIdCreates a newUniversalIdinstance based of the passed individual parts that represent a unique identity.static UniversalIdCreates a newUniversalIdinstance based of the passed universal ID.Constructors in org.forgerock.am.identity.domain with parameters of type UniversalIdModifierConstructorDescriptionprotectedUniversalId(UniversalId other) Construct a new instance based on an existing universal id