Class ImpersonationCredentials

    • Constructor Detail

      • ImpersonationCredentials

        public ImpersonationCredentials​(Credentials baseCredentials,
                                        org.apache.jackrabbit.oak.api.AuthInfo authInfo)
    • Method Detail

      • getImpersonatorInfo

        public org.apache.jackrabbit.oak.api.AuthInfo getImpersonatorInfo()
        Returns the AuthInfo present with the editing session that want to impersonate.
        Returns:
        AuthInfo present with the editing session that want to impersonate.
        See Also:
        ContentSession.getAuthInfo()