org.springframework.security.acls.sid
Class SidRetrievalStrategyImpl
java.lang.Object
org.springframework.security.acls.sid.SidRetrievalStrategyImpl
- All Implemented Interfaces:
- SidRetrievalStrategy
public class SidRetrievalStrategyImpl
- extends Object
- implements SidRetrievalStrategy
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.
- Version:
- $Id$
- Author:
- Ben Alex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SidRetrievalStrategyImpl
public SidRetrievalStrategyImpl()
getSids
public Sid[] getSids(Authentication authentication)
- Specified by:
getSids
in interface SidRetrievalStrategy
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.