|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.acls.sid.SidRetrievalStrategyImpl
public class SidRetrievalStrategyImpl
Basic implementation of 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 Summary | |
---|---|
SidRetrievalStrategyImpl()
|
Method Summary | |
---|---|
Sid[] |
getSids(Authentication authentication)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SidRetrievalStrategyImpl()
Method Detail |
---|
public Sid[] getSids(Authentication authentication)
getSids
in interface SidRetrievalStrategy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |