|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityContext | |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.security | ModeShape JCR repositories have a pluggable authentication and authorization framework. |
Uses of SecurityContext in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return SecurityContext | |
---|---|
SecurityContext |
ExecutionContext.getSecurityContext()
Get the security context for this context. |
Methods in org.modeshape.jcr 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.jcr 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,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId)
Create an instance of the execution context by supplying all parameters. |
Uses of SecurityContext in org.modeshape.jcr.security |
---|
Classes in org.modeshape.jcr.security that implement SecurityContext | |
---|---|
protected class |
AnonymousProvider.AnonymousSecurityContext
|
class |
JaasSecurityContext
JAAS-based security context that provides authentication and authorization through the JAAS
login context . |
protected static class |
ServletProvider.ServletSecurityContext
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |