| java.lang.Object org.acegisecurity.acls.domain.AclAuthorizationStrategyImpl
AclAuthorizationStrategyImpl | public AclAuthorizationStrategyImpl(GrantedAuthority[] auths)(Code) | | Constructor. The only mandatory parameter relates to the system-wide
GrantedAuthority instances that
can be held to always permit ACL changes.
Parameters: auths - an array of GrantedAuthority s that havespecial permissions (index 0 is the authority needed to changeownership, index 1 is the authority needed to modify auditing details,index 2 is the authority needed to change other ACL and ACE details) (required) |
securityCheck | public void securityCheck(Acl acl, int changeType)(Code) | | |
|
|