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
           Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as defined by the AclManager.
 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 RoleVoter
           Votes if any ConfigAttribute.getAttribute() starts with a prefix indicating that it is a role.
 



Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.