public interface ExternalIdentity
ExternalIdentity
defines an identity provided by an external system.Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ExternalIdentityRef> |
getDeclaredGroups()
Returns an iterable of the declared groups of this external identity.
|
ExternalIdentityRef |
getExternalId()
Returns the id of this identity as used in the external system.
|
java.lang.String |
getId()
Returns the local id of this identity as it would be used in this repository.
|
java.lang.String |
getIntermediatePath()
Returns the desired intermediate relative path of the authorizable to be created.
|
java.lang.String |
getPrincipalName()
Returns the principal name of this identity.
|
java.util.Map<java.lang.String,?> |
getProperties()
Returns a map of properties of this external identity.
|
ExternalIdentityRef getExternalId()
java.lang.String getId()
Authorizable.getID()
java.lang.String getPrincipalName()
Authorizable.getPrincipal()
.Principal.getName()
java.lang.String getIntermediatePath()
null
or empty.java.lang.Iterable<ExternalIdentityRef> getDeclaredGroups() throws ExternalIdentityException
ExternalIdentityException
- if an error occursjava.util.Map<java.lang.String,?> getProperties()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"