|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityContext | |
|---|---|
| org.modeshape.graph | The ModeShape Graph API defines the types that allow you to work with content organized as a graph. |
| org.modeshape.jcr | The ModeShape implementation of the JCR API. |
| org.modeshape.web.jcr | This package contains the core components for the ModeShape common web library. |
| Uses of SecurityContext in org.modeshape.graph |
|---|
| Classes in org.modeshape.graph that implement SecurityContext | |
|---|---|
class |
JaasSecurityContext
JAAS-based security context that provides authentication and authorization through the JAAS
login context. |
| Methods in org.modeshape.graph that return SecurityContext | |
|---|---|
SecurityContext |
ExecutionContext.getSecurityContext()
Get the security context for this context. |
| Methods in org.modeshape.graph with parameters of type SecurityContext | |
|---|---|
ExecutionContext |
ExecutionContext.with(SecurityContext securityContext)
Create an ExecutionContext that is the same as this context, but which uses the supplied security context. |
| Constructors in org.modeshape.graph with parameters of type SecurityContext | |
|---|---|
ExecutionContext(ExecutionContext original,
SecurityContext securityContext)
Create a copy of the supplied execution context, but use the supplied AccessControlContext instead. |
|
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory,
MimeTypeDetector mimeTypeDetector,
ClassLoaderFactory classLoaderFactory)
Create an instance of the execution context by supplying all parameters. |
|
| Uses of SecurityContext in org.modeshape.jcr |
|---|
| Methods in org.modeshape.jcr that return SecurityContext | |
|---|---|
SecurityContext |
SecurityContextCredentials.getSecurityContext()
Returns the security context for this instance. |
| Constructors in org.modeshape.jcr with parameters of type SecurityContext | |
|---|---|
SecurityContextCredentials(SecurityContext securityContext)
Initializes the class with an existing security context. |
|
| Uses of SecurityContext in org.modeshape.web.jcr |
|---|
| Classes in org.modeshape.web.jcr that implement SecurityContext | |
|---|---|
class |
ServletSecurityContext
Servlet-based security context that assumes servlet-based authentication and provides authorization
through the servlet role-checking mechanism. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||