public class EmptyAttributeManager extends Object implements AttributeManager
AttributeManager
that returns an empty map of attributes| Constructor and Description |
|---|
EmptyAttributeManager() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes(Principal userPrincipal,
List<String> attributeKeys)
Given a set of keys, get back attributes
|
public Map<String,Object> getAttributes(Principal userPrincipal, List<String> attributeKeys)
AttributeManagergetAttributes in interface AttributeManageruserPrincipal - Principal for whom attributes need to be retrievedCopyright © 2018 JBoss by Red Hat. All rights reserved.