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

Packages that use org.springframework.security.acls.domain
org.springframework.security.acls   
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
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.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.
IdentityUnavailableException
          Thrown if an ACL identity could not be extracted from an object.
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.
PermissionFactory
          Provides a simple mechanism to retrieve Permission instances from integer masks.
 



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