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

Packages that use AccessDecisionVoter
org.springframework.security.access.annotation   
org.springframework.security.access.prepost Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and 
org.springframework.security.access.vote Implements a vote-based approach to authorization decisions. 
org.springframework.security.acls   
org.springframework.security.web.access.expression   
 

Uses of AccessDecisionVoter in org.springframework.security.access.annotation
 

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

Uses of AccessDecisionVoter in org.springframework.security.access.prepost
 

Classes in org.springframework.security.access.prepost that implement AccessDecisionVoter
 class PreInvocationAuthorizationAdviceVoter
          Voter which performs the actions using a PreInvocationAuthorizationAdvice implementation generated from @PreFilter and @PreAuthorize annotations.
 

Uses of AccessDecisionVoter in org.springframework.security.access.vote
 

Classes in org.springframework.security.access.vote that implement AccessDecisionVoter
 class AbstractAclVoter
          Provides helper methods for writing domain object ACL voters.
 class AuthenticatedVoter
          Votes if a ConfigAttribute.getAttribute() of IS_AUTHENTICATED_FULLY or IS_AUTHENTICATED_REMEMBERED or IS_AUTHENTICATED_ANONYMOUSLY is present.
 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.
 

Methods in org.springframework.security.access.vote that return types with arguments of type AccessDecisionVoter
 List<AccessDecisionVoter> AbstractAccessDecisionManager.getDecisionVoters()
           
 

Method parameters in org.springframework.security.access.vote with type arguments of type AccessDecisionVoter
 void AbstractAccessDecisionManager.setDecisionVoters(List<AccessDecisionVoter> newList)
           
 

Uses of AccessDecisionVoter in org.springframework.security.acls
 

Classes in org.springframework.security.acls that implement AccessDecisionVoter
 class AclEntryVoter
           Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as indicated by the AclService.
 

Uses of AccessDecisionVoter in org.springframework.security.web.access.expression
 

Classes in org.springframework.security.web.access.expression that implement AccessDecisionVoter
 class WebExpressionVoter
          Voter which handles web authorisation decisions.
 



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