Uses of Interface
org.apache.jackrabbit.core.security.authentication.AuthContext
- 
Packages that use AuthContext Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.security org.apache.jackrabbit.core.security.authentication org.apache.jackrabbit.core.security.simple  - 
- 
Uses of AuthContext in org.apache.jackrabbit.core
Fields in org.apache.jackrabbit.core declared as AuthContext Modifier and Type Field Description protected AuthContextSessionImpl. loginContextthe AuthContext of this session (can be null if this session was not instantiated through a login process)Methods in org.apache.jackrabbit.core that return AuthContext Modifier and Type Method Description AuthContextDefaultSecurityManager. getAuthContext(Credentials creds, Subject subject, String workspaceName)Creates an AuthContext for the givenCredentialsandSubject.AuthContextUserPerWorkspaceSecurityManager. getAuthContext(Credentials creds, Subject subject, String workspaceName)Creates an AuthContext for the givenCredentialsandSubject.
This includes selection of application specific LoginModules and initialization with credentials and Session to System-WorkspaceMethods in org.apache.jackrabbit.core with parameters of type AuthContext Modifier and Type Method Description protected SessionImplRepositoryImpl. createSession(AuthContext loginContext, String workspaceName)Creates a new repository session on the specified workspace for the authenticated subject of the given login context and adds it to the active sessions.protected SessionImplRepositoryImpl. createSessionInstance(AuthContext loginContext, WorkspaceConfig wspConfig)Creates an instance of theSessionImplclass representing a user authenticated by theloginContextinstance attached to the workspace configured by thewspConfig.Constructors in org.apache.jackrabbit.core with parameters of type AuthContext Constructor Description SessionImpl(RepositoryContext repositoryContext, AuthContext loginContext, WorkspaceConfig wspConfig)Protected constructor.XASessionImpl(RepositoryContext repositoryContext, AuthContext loginContext, WorkspaceConfig wspConfig)Create a new instance of this class. - 
Uses of AuthContext in org.apache.jackrabbit.core.security
Methods in org.apache.jackrabbit.core.security that return AuthContext Modifier and Type Method Description AuthContextJackrabbitSecurityManager. getAuthContext(Credentials creds, Subject subject, String workspaceName)Returns a newAuthContextfor the specified credentials and subject. - 
Uses of AuthContext in org.apache.jackrabbit.core.security.authentication
Classes in org.apache.jackrabbit.core.security.authentication that implement AuthContext Modifier and Type Class Description classJAASAuthContextImplements the commonAuthContextinterface for the JAAS environment.classLocalAuthContextProvide AuthContext interface, for a JAAS-LoginModule not running in aLoginContextMethods in org.apache.jackrabbit.core.security.authentication that return AuthContext Modifier and Type Method Description AuthContextAuthContextProvider. getAuthContext(Credentials credentials, Subject subject, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId) - 
Uses of AuthContext in org.apache.jackrabbit.core.security.simple
Methods in org.apache.jackrabbit.core.security.simple that return AuthContext Modifier and Type Method Description AuthContextSimpleSecurityManager. getAuthContext(Credentials creds, Subject subject, String workspaceName)Creates an AuthContext for the givenCredentialsandSubject.
This includes selection of applicatoin specific LoginModules and initalization with credentials and Session to System-Workspace 
 -