Spring Security Framework

Uses of Package
org.springframework.security.vote

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

Classes in org.springframework.security.vote used by org.springframework.security.annotation
AccessDecisionVoter
          Indicates a class is responsible for voting on authorization decisions.
 

Classes in org.springframework.security.vote used by org.springframework.security.vote
AbstractAccessDecisionManager
          Abstract implementation of AccessDecisionManager.
AbstractAclVoter
          Provides helper methods for writing domain object ACL voters.
AccessDecisionVoter
          Indicates a class is responsible for voting on authorization decisions.
LabelParameterStrategy
          This is a strategy interface for determining which parts of a method invocation are labeled.
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.