|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.impl.DelegatedAttributeManager
public class DelegatedAttributeManager
An attribute manager that delegates to another manager for attributes
Constructor Summary | |
---|---|
DelegatedAttributeManager()
|
Method Summary | |
---|---|
Map<String,Object> |
getAttributes(Principal userPrincipal,
List<String> attributeKeys)
Given a set of keys, get back attributes |
boolean |
isDelegateSet()
Is the delegate set? |
void |
setDelegate(AttributeManager manager)
Set the delegate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatedAttributeManager()
Method Detail |
---|
public void setDelegate(AttributeManager manager)
manager
- public boolean isDelegateSet()
public Map<String,Object> getAttributes(Principal userPrincipal, List<String> attributeKeys)
AttributeManager
getAttributes
in interface AttributeManager
userPrincipal
- Principal for whom attributes need to be retrieved
AttributeManager.getAttributes(Principal, List)
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |