| Interfaces | |
|---|---|
| AccessDecisionVoter | Indicates a class is responsible for voting on authorization decisions. |
| Classes | |
|---|---|
| AbstractAccessDecisionManager | Abstract implementation of AccessDecisionManager . |
| AbstractAclVoter | Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as defined by the AclManager . |
| AffirmativeBased | Simple concrete implementation of AccessDecisionManager that grants access if any
AccessDecisionVoter returns an affirmative response. |
| AuthenticatedVoter | Votes if a getAttribute() of |
| BasicAclEntryVoter | Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as defined by the AclManager . |
| ConsensusBased | Simple concrete implementation of AccessDecisionManager that uses a consensus-based approach. |
| RoleVoter | Votes if any getAttribute() starts with a prefix indicating that it is a role. |
| UnanimousBased | Simple concrete implementation of AccessDecisionManager that requires all voters to abstain or grant access. |