org.picketlink.identity.federation.core.impl
Class EmptyAttributeManager
java.lang.Object
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
EmptyAttributeManager
public EmptyAttributeManager()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.