Spring Security Framework

Package org.springframework.security.acls.sid

Provides indirection between ACL packages and security identities, such as principals and GrantedAuthority[]s.

See:
          Description

Interface Summary
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.
 

Class Summary
GrantedAuthoritySid Represents a GrantedAuthority as a Sid.
PrincipalSid Represents an Authentication.getPrincipal() as a Sid.
SidRetrievalStrategyImpl Basic implementation of SidRetrievalStrategy that creates a Sid for the principal, as well as every granted authority the principal holds.
 

Package org.springframework.security.acls.sid Description

Provides indirection between ACL packages and security identities, such as principals and GrantedAuthority[]s.


Spring Security Framework

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