Uses of Interface
org.modeshape.graph.SecurityContext

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.graph.sequencer A sequencer in ModeShape is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
 

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, Map<String,String> data, String processId)
          Create an instance of the execution context by supplying all parameters.
 

Uses of SecurityContext in org.modeshape.graph.sequencer
 

Methods in org.modeshape.graph.sequencer with parameters of type SecurityContext
 StreamSequencerContext StreamSequencerContext.with(SecurityContext securityContext)
          Create an ExecutionContext that is the same as this context, but which uses the supplied security context.
 

Uses of SecurityContext in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return SecurityContext
 SecurityContext JcrSecurityContextCredentials.getSecurityContext()
          Returns the security context for this instance.
 

Constructors in org.modeshape.jcr with parameters of type SecurityContext
JcrSecurityContextCredentials(SecurityContext securityContext)
          Initializes the class with an existing security context.
 



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