ModeShape Distribution 3.2.0.Final

Uses of Interface
org.modeshape.jcr.security.SecurityContext

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(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, UriFactory uriFactory, UuidFactory uuidFactory, ValueFactory<Object> objectFactory)
          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.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.