Spring Security Framework

Uses of Package
org.springframework.security.acls.domain

Packages that use org.springframework.security.acls.domain
org.springframework.security.acls.domain Basic implementation of access control lists (ACLs) interfaces. 
org.springframework.security.acls.jdbc JDBC-based persistence of ACL information. 
 

Classes in org.springframework.security.acls.domain used by org.springframework.security.acls.domain
AbstractPermission
          Provides an abstract superclass for Permission implementations.
AclAuthorizationStrategy
          Strategy used by AclImpl to determine whether a principal is permitted to call adminstrative methods on the AclImpl.
AuditLogger
          Used by AclImpl to log audit events.
CumulativePermission
          Represents a Permission that is constructed at runtime from other permissions.
DefaultPermissionFactory
          Default implementation of PermissionFactory.
PermissionFactory
          Provides a simple mechanism to retrieve Permission instances from integer masks.
 

Classes in org.springframework.security.acls.domain used by org.springframework.security.acls.jdbc
AclAuthorizationStrategy
          Strategy used by AclImpl to determine whether a principal is permitted to call adminstrative methods on the AclImpl.
AuditLogger
          Used by AclImpl to log audit events.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.