Spring Security Framework

Uses of Interface
org.springframework.security.vote.AccessDecisionVoter

Packages that use AccessDecisionVoter
org.springframework.security.annotation   
org.springframework.security.vote Implements a vote-based approach to authorization decisions. 
 

Uses of AccessDecisionVoter in org.springframework.security.annotation
 

Classes in org.springframework.security.annotation that implement AccessDecisionVoter
 class Jsr250Voter
          Voter on JSR-250 configuration attributes.
 

Uses of AccessDecisionVoter in org.springframework.security.vote
 

Classes in org.springframework.security.vote that implement AccessDecisionVoter
 class AbstractAclVoter
          Provides helper methods for writing domain object ACL voters.
 class AclEntryVoter
           Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as indicated by the AclService.
 class AuthenticatedVoter
          Votes if a ConfigAttribute.getAttribute() of IS_AUTHENTICATED_FULLY or IS_AUTHENTICATED_REMEMBERED or IS_AUTHENTICATED_ANONYMOUSLY is present.
 class BasicAclEntryVoter
          Deprecated. Use new spring-security-acl module instead
 class LabelBasedAclVoter
          Deprecated. Use new spring-security-acl module instead
 class RoleHierarchyVoter
          Extended RoleVoter which uses a RoleHierarchy definition to determine the roles allocated to the current user before voting.
 class RoleVoter
          Votes if any ConfigAttribute.getAttribute() starts with a prefix indicating that it is a role.
 


Spring Security Framework

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