public class DelegatedAttributeManager extends Object implements AttributeManager
| Constructor and Description |
|---|
DelegatedAttributeManager() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public void setDelegate(AttributeManager manager)
manager - public boolean isDelegateSet()
public Map<String,Object> getAttributes(Principal userPrincipal, List<String> attributeKeys)
AttributeManagergetAttributes in interface AttributeManageruserPrincipal - Principal for whom attributes need to be retrievedAttributeManager.getAttributes(Principal, List)Copyright © 2012 JBoss by Red Hat. All Rights Reserved.