Uses of Class
org.forgerock.am.identity.domain.UniversalId
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of UniversalId in com.sun.identity.idm
Modifier and TypeClassDescriptionclass
This class represents an Identity which needs to be managed by Access Manager.Modifier and TypeMethodDescriptionboolean
AMIdentity.isMember
(UniversalId universalId) Verifies if this identity is a member of the identity being passed. -
Uses of UniversalId in org.forgerock.am.identity.application
Modifier and TypeMethodDescriptionvoid
IdentityService.addMember
(Identity parent, UniversalId universalId) Adds the passed identity as a member of this identity.IdentityFactory.create
(SSOToken token, UniversalId universalId) Retrieves an instance ofIdentity
bound to the passed token and universal id.boolean
IdentityService.isMember
(Identity identity, UniversalId universalId) Verifies if this identity is a member of the identity being passed.void
IdentityService.removeMember
(Identity parent, UniversalId universalId) Removes the passed identity as a member of this identity.Modifier and TypeMethodDescriptionvoid
IdentityService.addMembers
(Identity parent, Set<UniversalId> identities) Adds the passed identities as members of this identity.void
IdentityService.removeMembers
(Identity parent, Set<UniversalId> identities) Removes the passed identities as members of this identity. -
Uses of UniversalId in org.forgerock.am.identity.domain
Modifier and TypeMethodDescriptionIdentity.asUniversalId()
Return the universal id which represents this identitystatic UniversalId
Creates a newUniversalId
instance based of the passed token.static UniversalId
Creates a newUniversalId
instance based of the passed individual parts that represent a unique identity.static UniversalId
Creates a newUniversalId
instance based of the passed individual parts that represent a unique identity.static UniversalId
Creates a newUniversalId
instance based of the passed universal ID.ModifierConstructorDescriptionprotected
UniversalId
(UniversalId other) Construct a new instance based on an existing universal id