org.acegisecurity.acls.sid |
Provides indirection between ACL packages and security identities, such as principals and GrantedAuthority[]s.
|
Java Source File Name | Type | Comment |
GrantedAuthoritySid.java | Class | Represents a GrantedAuthority as a Sid .This is a basic implementation that simply
uses the String -based principal for Sid comparison. |
PrincipalSid.java | Class | Represents an Authentication.getPrincipal() as a Sid .This is a basic implementation
that simply uses the String -based principal for Sid comparison. |
Sid.java | Interface | A security identity recognised by the ACL system.
This interface provides indirection between actual security objects (eg
principals, roles, groups etc) and what is stored inside an
Acl . |
SidRetrievalStrategy.java | Interface | Strategy interface that provides an ability to determine the
Sid instances applicable
for an
Authentication . |
SidRetrievalStrategyImpl.java | Class | |