public interface AuthInfo
AuthInfo
instances provide access to information related
to authentication and authorization of a given content session.
AuthInfo
instances are guaranteed to be immutable.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.String attributeName)
Returns the attribute with the given name or
null if no attribute
with that attributeName exists. |
java.lang.String[] |
getAttributeNames()
Returns the attribute names associated with this instance.
|
java.util.Set<java.security.Principal> |
getPrincipals()
Returns the set of principals associated with this
AuthInfo instance. |
java.lang.String |
getUserID()
Return the user ID to be exposed on the JCR Session object.
|
static final AuthInfo EMPTY
java.lang.String getUserID()
java.lang.String[] getAttributeNames()
java.lang.Object getAttribute(java.lang.String attributeName)
null
if no attribute
with that attributeName
exists.attributeName
- The attribute name.null
.java.util.Set<java.security.Principal> getPrincipals()
AuthInfo
instance."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"