|
Spring Security Framework | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Provides indirection between ACL packages and security identities, such as principals and GrantedAuthority[]s.
|
Spring Security Framework | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||