Spring Security Framework

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

Packages that use org.springframework.security.acls.sid
org.springframework.security.acls Interfaces and shared classes to manage access control lists (ACLs) for domain object instances. 
org.springframework.security.acls.domain Basic implementation of access control lists (ACLs) interfaces. 
org.springframework.security.acls.jdbc JDBC-based persistence of ACL information. 
org.springframework.security.acls.sid Provides indirection between ACL packages and security identities, such as principals and GrantedAuthority[]s. 
org.springframework.security.afterinvocation Used for post-processing of an object returned from a secure object invocation. 
org.springframework.security.vote Implements a vote-based approach to authorization decisions. 
 

Classes in org.springframework.security.acls.sid used by org.springframework.security.acls
Sid
          A security identity recognised by the ACL system.
 

Classes in org.springframework.security.acls.sid used by org.springframework.security.acls.domain
Sid
          A security identity recognised by the ACL system.
SidRetrievalStrategy
          Strategy interface that provides an ability to determine the Sid instances applicable for an Authentication.
 

Classes in org.springframework.security.acls.sid used by org.springframework.security.acls.jdbc
Sid
          A security identity recognised by the ACL system.
 

Classes in org.springframework.security.acls.sid used by org.springframework.security.acls.sid
Sid
          A security identity recognised by the ACL system.
SidRetrievalStrategy
          Strategy interface that provides an ability to determine the Sid instances applicable for an Authentication.
 

Classes in org.springframework.security.acls.sid used by org.springframework.security.afterinvocation
SidRetrievalStrategy
          Strategy interface that provides an ability to determine the Sid instances applicable for an Authentication.
 

Classes in org.springframework.security.acls.sid used by org.springframework.security.vote
SidRetrievalStrategy
          Strategy interface that provides an ability to determine the Sid instances applicable for an Authentication.
 


Spring Security Framework

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