Uses of Interface
org.apache.jackrabbit.oak.api.AuthInfo
-
Packages that use AuthInfo Package Description org.apache.jackrabbit.oak.api Oak repository APIorg.apache.jackrabbit.oak.api.jmx org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities.org.apache.jackrabbit.oak.jcr.session org.apache.jackrabbit.oak.spi.security.authentication -
-
Uses of AuthInfo in org.apache.jackrabbit.oak.api
Fields in org.apache.jackrabbit.oak.api declared as AuthInfo Modifier and Type Field Description static AuthInfo
AuthInfo. EMPTY
Methods in org.apache.jackrabbit.oak.api that return AuthInfo Modifier and Type Method Description @NotNull AuthInfo
ContentSession. getAuthInfo()
This methods provides access to information related to authentication and authorization of this content session. -
Uses of AuthInfo in org.apache.jackrabbit.oak.api.jmx
Methods in org.apache.jackrabbit.oak.api.jmx that return AuthInfo Modifier and Type Method Description AuthInfo
SessionMBean. getAuthInfo()
-
Uses of AuthInfo in org.apache.jackrabbit.oak.jcr.delegate
Methods in org.apache.jackrabbit.oak.jcr.delegate that return AuthInfo Modifier and Type Method Description @NotNull AuthInfo
SessionDelegate. getAuthInfo()
-
Uses of AuthInfo in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return AuthInfo Modifier and Type Method Description AuthInfo
SessionStats. getAuthInfo()
Constructors in org.apache.jackrabbit.oak.jcr.session with parameters of type AuthInfo Constructor Description SessionStats(String sessionId, AuthInfo authInfo, Clock clock, RefreshStrategy refreshStrategy, SessionDelegate sessionDelegate, StatisticManager statisticManager)
-
Uses of AuthInfo in org.apache.jackrabbit.oak.spi.security.authentication
Classes in org.apache.jackrabbit.oak.spi.security.authentication that implement AuthInfo Modifier and Type Class Description class
AuthInfoImpl
Default implementation of the AuthInfo interface.Methods in org.apache.jackrabbit.oak.spi.security.authentication that return AuthInfo Modifier and Type Method Description static AuthInfo
AuthInfoImpl. createFromSubject(@NotNull Subject subject)
AuthInfo
ImpersonationCredentials. getImpersonatorInfo()
Returns theAuthInfo
present with the editing session that want to impersonate.Methods in org.apache.jackrabbit.oak.spi.security.authentication with parameters of type AuthInfo Modifier and Type Method Description protected static void
AbstractLoginModule. setAuthInfo(@NotNull AuthInfo authInfo, @NotNull Subject subject)
Constructors in org.apache.jackrabbit.oak.spi.security.authentication with parameters of type AuthInfo Constructor Description ImpersonationCredentials(Credentials baseCredentials, AuthInfo authInfo)
-