PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.web.managers
Class WebAttributeManager

java.lang.Object
  extended by 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

Constructor Summary
WebAttributeManager()
           
 
Method Summary
 Map<String,Object> getAttributes(Principal userPrincipal, List<String> attributeKeys)
          Given a set of keys, get back attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAttributeManager

public WebAttributeManager()
Method Detail

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)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.