Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.acegisecurity.vote.AccessDecisionVoter

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 org.acegisecurity.acl.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 org.acegisecurity.acl.AclManager.
 class RoleVoter
           Votes if any ConfigAttribute#getAttribute() starts with a prefix indicating that it is a role.