See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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. |