|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.api.SecurityContextCredentials
@Deprecated public class SecurityContextCredentials
Credentials
implementation that wraps a ModeShape JCR security context
.
This class provides a means of passing security information about an authenticated user into the ModeShape JCR session implementation without using JAAS. This class effectively bypasses ModeShape's internal authentication mechanisms, so it is very important that this context be provided for authenticated users only.
Constructor Summary | |
---|---|
SecurityContextCredentials(SecurityContext jcrSecurityContext)
Deprecated. Initializes the class with an existing JCR security context . |
Method Summary | |
---|---|
SecurityContext |
getSecurityContext()
Deprecated. Returns the JCR security context for this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityContextCredentials(SecurityContext jcrSecurityContext)
JCR security context
.
jcrSecurityContext
- the security context; may not be nullMethod Detail |
---|
public final SecurityContext getSecurityContext()
JCR security context
for this instance.
JCR security context
for this instance; never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |