Uses of Interface
org.acegisecurity.vote.AccessDecisionVoter

Packages that use AccessDecisionVoter
org.acegisecurity.vote Implements a vote-based approach to authorization decisions. 
 

Uses of AccessDecisionVoter in org.acegisecurity.vote
 

Classes in org.acegisecurity.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
          Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as defined by the AclManager.
 class LabelBasedAclVoter
          This Acl voter will evaluate methods based on labels applied to incoming arguments.
 class RoleVoter
           Votes if any ConfigAttribute.getAttribute() starts with a prefix indicating that it is a role.
 



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