Package | Description |
---|---|
org.acegisecurity.vote |
Implements a vote-based approach to authorization decisions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAclVoter
Provides helper methods for writing domain object ACL voters.
|
class |
AclEntryVoter
Given a domain object instance passed as a method argument, ensures the principal has appropriate permission
as indicated by the
AclService . |
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 |
LabelBasedAclVoter
This Acl voter will evaluate methods based on labels applied to incoming arguments.
|
class |
RoleVoter
Votes if any
ConfigAttribute.getAttribute() starts with a prefix
indicating that it is a role. |
Copyright © 2016. All rights reserved.