| Package | Description |
|---|---|
| org.modeshape.jcr | |
| org.modeshape.jcr.security |
ModeShape JCR repositories have a pluggable authentication and authorization framework.
|
| org.modeshape.jcr.security.acl |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
ExecutionContext.getSecurityContext()
Get the
security context for this context. |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
ExecutionContext.with(SecurityContext securityContext)
Create an
ExecutionContext that is the same as this context, but which uses the supplied security context. |
| Constructor and Description |
|---|
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
PropertyFactory propertyFactory,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId,
TextDecoder decoder,
TextEncoder encoder,
StringFactory stringFactory,
BinaryFactory binaryFactory,
ValueFactory<Boolean> booleanFactory,
DateTimeFactory dateFactory,
ValueFactory<BigDecimal> decimalFactory,
ValueFactory<Double> doubleFactory,
ValueFactory<Long> longFactory,
NameFactory nameFactory,
PathFactory pathFactory,
ReferenceFactory referenceFactory,
ReferenceFactory weakReferenceFactory,
ReferenceFactory simpleReferenceFactory,
UriFactory uriFactory,
UuidFactory uuidFactory,
ValueFactory<Object> objectFactory)
Create an instance of the execution context by supplying all parameters.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
Privilege[] |
JcrAccessControlList.getPrivileges(SecurityContext context)
Lists all privileges defined by this access list for the given user.
|
boolean |
JcrAccessControlList.hasPrivileges(SecurityContext sc,
Privilege[] privileges)
Tests privileges relatively to the given security context.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.