|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AuthContext | |
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.core.security | |
| Uses of AuthContext in org.apache.jackrabbit.core |
| Fields in org.apache.jackrabbit.core declared as AuthContext | |
protected AuthContext |
SessionImpl.loginContext
the AuthContext of this session (can be null if this session was not instantiated through a login process) |
| Methods in org.apache.jackrabbit.core with parameters of type AuthContext | |
protected SessionImpl |
RepositoryImpl.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 SessionImpl |
RepositoryImpl.createSessionInstance(AuthContext loginContext,
WorkspaceConfig wspConfig)
Creates an instance of the SessionImpl class representing a
user authenticated by the loginContext instance attached
to the workspace configured by the wspConfig. |
| Constructors in org.apache.jackrabbit.core with parameters of type AuthContext | |
XASessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
SessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Protected constructor. |
|
| Uses of AuthContext in org.apache.jackrabbit.core.security |
| Subclasses of AuthContext in org.apache.jackrabbit.core.security | |
static class |
AuthContext.JAAS
An AuthContext implemented using a regular JAAS LoginContext. |
static class |
AuthContext.Local
An AuthContext implemented using a particular LoginModule. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||