Class ImpersonationCredentials
java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
- All Implemented Interfaces:
Serializable
,Credentials
Implementation of the JCR
Credentials
interface used to distinguish
a regular login request from Session.impersonate(javax.jcr.Credentials)
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theCredentials
originally passed toSession.impersonate(javax.jcr.Credentials)
.Returns theAuthInfo
present with the editing session that want to impersonate.
-
Constructor Details
-
ImpersonationCredentials
-
-
Method Details
-
getBaseCredentials
Returns theCredentials
originally passed toSession.impersonate(javax.jcr.Credentials)
.- Returns:
- the
Credentials
originally passed toSession.impersonate(javax.jcr.Credentials)
.
-
getImpersonatorInfo
Returns theAuthInfo
present with the editing session that want to impersonate.- Returns:
AuthInfo
present with the editing session that want to impersonate.- See Also:
-