public class SidRetrievalStrategyImpl extends java.lang.Object implements SidRetrievalStrategy
SidRetrievalStrategy
that creates a Sid
for the principal, as well as
every granted authority the principal holds.
The returned array will always contain the PrincipalSid
before any GrantedAuthoritySid
elements.
Constructor and Description |
---|
SidRetrievalStrategyImpl() |
Modifier and Type | Method and Description |
---|---|
Sid[] |
getSids(Authentication authentication) |
public Sid[] getSids(Authentication authentication)
getSids
in interface SidRetrievalStrategy