Uses of Interface
org.jboss.dna.graph.SecurityContext

Packages that use SecurityContext
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.jcr The DNA implementation of the JCR API. 
org.jboss.dna.web.jcr.rest This package contains the core components for the DNA REST server implementation. 
 

Uses of SecurityContext in org.jboss.dna.graph
 

Classes in org.jboss.dna.graph that implement SecurityContext
 class JaasSecurityContext
          JAAS-based security context that provides authentication and authorization through the JAAS login context.
 

Methods in org.jboss.dna.graph that return SecurityContext
 SecurityContext ExecutionContext.getSecurityContext()
          Get the security context for this context.
 

Methods in org.jboss.dna.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.
 

Uses of SecurityContext in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that return SecurityContext
 SecurityContext SecurityContextCredentials.getSecurityContext()
          Returns the security context for this instance.
 

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

Uses of SecurityContext in org.jboss.dna.web.jcr.rest
 

Classes in org.jboss.dna.web.jcr.rest that implement SecurityContext
 class ServletSecurityContext
          Servlet-based security context that assumes servlet-based authentication and provides authorization through the servlet role-checking mechanism.
 



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