Uses of Package
org.springframework.security.access.hierarchicalroles

Packages that use org.springframework.security.access.hierarchicalroles
org.springframework.security.access.expression Expression handling code to support the use of Spring-EL based expressions in @PreAuthorize, @PreFilter, @PostAuthorize and @PostFilter annotations. 
org.springframework.security.access.expression.method Implementation of expression-based method security. 
org.springframework.security.access.hierarchicalroles Role hierarchy implementation. 
org.springframework.security.access.vote Implements a vote-based approach to authorization decisions. 
org.springframework.security.acls.domain Basic implementation of access control lists (ACLs) interfaces. 
org.springframework.security.web.access.expression Implementation of web security expressions. 
 

Classes in org.springframework.security.access.hierarchicalroles used by org.springframework.security.access.expression
RoleHierarchy
          The simple interface of a role hierarchy.
 

Classes in org.springframework.security.access.hierarchicalroles used by org.springframework.security.access.expression.method
RoleHierarchy
          The simple interface of a role hierarchy.
 

Classes in org.springframework.security.access.hierarchicalroles used by org.springframework.security.access.hierarchicalroles
RoleHierarchy
          The simple interface of a role hierarchy.
 

Classes in org.springframework.security.access.hierarchicalroles used by org.springframework.security.access.vote
RoleHierarchy
          The simple interface of a role hierarchy.
 

Classes in org.springframework.security.access.hierarchicalroles used by org.springframework.security.acls.domain
RoleHierarchy
          The simple interface of a role hierarchy.
 

Classes in org.springframework.security.access.hierarchicalroles used by org.springframework.security.web.access.expression
RoleHierarchy
          The simple interface of a role hierarchy.
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.