ModeShape Distribution 3.0.0.Beta4

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(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

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