org.picketlink.identity.federation.web.managers
Class WebAttributeManager
java.lang.Object
org.picketlink.identity.federation.web.managers.WebAttributeManager
- All Implemented Interfaces:
- AttributeManager
public class WebAttributeManager
- extends Object
- implements AttributeManager
A default attribute manager for web applications
- Since:
- Sep 10, 2009
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebAttributeManager
public WebAttributeManager()
getAttributes
public Map<String,Object> getAttributes(Principal userPrincipal,
List<String> attributeKeys)
- Description copied from interface:
AttributeManager
- Given a set of keys, get back attributes
- Specified by:
getAttributes
in interface AttributeManager
- Parameters:
userPrincipal
- Principal for whom attributes need to be retrieved
- Returns:
- See Also:
AttributeManager.getAttributes(Principal, List)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.