Uses of Interface
org.apache.jackrabbit.oak.api.AuthInfo
Packages that use AuthInfo
Package
Description
Oak repository API
This package contains the delegates for the various JCR API entities.
-
Uses of AuthInfo in org.apache.jackrabbit.oak.api
Fields in org.apache.jackrabbit.oak.api declared as AuthInfoMethods in org.apache.jackrabbit.oak.api that return AuthInfoModifier and TypeMethodDescription@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 -
Uses of AuthInfo in org.apache.jackrabbit.oak.jcr.delegate
Methods in org.apache.jackrabbit.oak.jcr.delegate that return AuthInfo -
Uses of AuthInfo in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return AuthInfoConstructors in org.apache.jackrabbit.oak.jcr.session with parameters of type AuthInfoModifierConstructorDescriptionSessionStats
(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 AuthInfoModifier and TypeClassDescriptionfinal class
Default implementation of the AuthInfo interface.Methods in org.apache.jackrabbit.oak.spi.security.authentication that return AuthInfoModifier and TypeMethodDescriptionstatic AuthInfo
AuthInfoImpl.createFromSubject
(@NotNull Subject subject) 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 AuthInfoModifier and TypeMethodDescriptionprotected static void
AbstractLoginModule.setAuthInfo
(@NotNull AuthInfo authInfo, @NotNull Subject subject) Constructors in org.apache.jackrabbit.oak.spi.security.authentication with parameters of type AuthInfoModifierConstructorDescriptionImpersonationCredentials
(Credentials baseCredentials, AuthInfo authInfo)