PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.interfaces
Interface AttributeManager

All Known Implementing Classes:
DelegatedAttributeManager, EmptyAttributeManager, WebAttributeManager

public interface AttributeManager

Manages the attributes for an identity

Since:
Aug 31, 2009
Author:
Anil.Saldhana@redhat.com

Method Summary
 Map<String,Object> getAttributes(Principal userPrincipal, List<String> attributeKeys)
          Given a set of keys, get back attributes
 

Method Detail

getAttributes

Map<String,Object> getAttributes(Principal userPrincipal,
                                 List<String> attributeKeys)
Given a set of keys, get back attributes

Parameters:
userPrincipal - Principal for whom attributes need to be retrieved
attributeKeys -
Returns:

PicketLink Federation Core 2.1.6.Final-redhat-2

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