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

Quick Search    Search Deep

Package org.acegisecurity.vote

Interface Summary
AccessDecisionVoter Indicates a class is responsible for voting on authorization decisions.
 

Class Summary
AbstractAccessDecisionManager Abstract implementation of org.acegisecurity.AccessDecisionManager.
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.
AffirmativeBased Simple concrete implementation of org.acegisecurity.AccessDecisionManager that grants access if any AccessDecisionVoter returns an affirmative response.
AuthenticatedVoter Votes if a ConfigAttribute#getAttribute() of IS_AUTHENTICATED_FULLY or IS_AUTHENTICATED_REMEMBERED or IS_AUTHENTICATED_ANONYMOUSLY is present.
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.
ConsensusBased Simple concrete implementation of org.acegisecurity.AccessDecisionManager that uses a consensus-based approach.
RoleVoter Votes if any ConfigAttribute#getAttribute() starts with a prefix indicating that it is a role.
UnanimousBased Simple concrete implementation of org.acegisecurity.AccessDecisionManager that requires all voters to abstain or grant access.