|
||||||||||
| 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 | |
| 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 | |
|---|---|
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 that return AuthContext | |
|---|---|
AuthContext |
UserPerWorkspaceSecurityManager.getAuthContext(Credentials creds,
Subject subject,
String workspaceName)
Creates an AuthContext for the given Credentials and
Subject.This includes selection of application specific LoginModules and initialization with credentials and Session to System-Workspace |
AuthContext |
DefaultSecurityManager.getAuthContext(Credentials creds,
Subject subject,
String workspaceName)
Creates an AuthContext for the given Credentials and
Subject. |
| 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 | |
|---|---|
SessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Protected constructor. |
|
XASessionImpl(RepositoryImpl rep,
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 | |
|---|---|
AuthContext |
JackrabbitSecurityManager.getAuthContext(Credentials creds,
Subject subject,
String workspaceName)
Returns a new AuthContext for 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 | |
|---|---|
class |
JAASAuthContext
Implements the common AuthContext interface for the JAAS environment. |
class |
LocalAuthContext
Provide AuthContext interface, for a JAAS-LoginModule not running in a LoginContext |
| Methods in org.apache.jackrabbit.core.security.authentication that return AuthContext | |
|---|---|
AuthContext |
AuthContextProvider.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 | |
|---|---|
AuthContext |
SimpleSecurityManager.getAuthContext(Credentials creds,
Subject subject,
String workspaceName)
Creates an AuthContext for the given Credentials and
Subject.This includes selection of applicatoin specific LoginModules and initalization with credentials and Session to System-Workspace |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||