PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.impl
Class EmptyAttributeManager

java.lang.Object
  extended by org.picketlink.identity.federation.core.impl.EmptyAttributeManager
All Implemented Interfaces:
AttributeManager

public class EmptyAttributeManager
extends Object
implements AttributeManager

An attribute manager implementation that just returns an empty attribute map

Since:
Sep 10, 2009
Author:
Anil.Saldhana@redhat.com

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

Constructor Detail

EmptyAttributeManager

public EmptyAttributeManager()
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)

toString

public String toString()
Overrides:
toString in class Object

PicketLink Federation Core 2.1.6.Final-redhat-2

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