Uses of Class
org.springframework.security.access.vote.AbstractAclVoter

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

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

Subclasses of AbstractAclVoter in org.springframework.security.access.vote
 class LabelBasedAclVoter
          Deprecated. Use new spring-security-acl module instead
 

Uses of AbstractAclVoter in org.springframework.security.acls
 

Subclasses of AbstractAclVoter in org.springframework.security.acls
 class AclEntryVoter
           Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as indicated by the AclService.
 



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