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

Packages that use SecurityContext
org.modeshape.jcr.api This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality, as well as defining the Repositories interface as a generic abstraction to any container of multiple JCR Repository instances. 
org.modeshape.web.jcr This package contains the core components for the ModeShape common web library. 
 

Uses of SecurityContext in org.modeshape.jcr.api
 

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

Constructors in org.modeshape.jcr.api with parameters of type SecurityContext
SecurityContextCredentials(SecurityContext jcrSecurityContext)
          Initializes the class with an existing JCR security context.
 

Uses of SecurityContext in org.modeshape.web.jcr
 

Classes in org.modeshape.web.jcr 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-2010 JBoss, a division of Red Hat. All Rights Reserved.