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
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 retrievedattributeKeys
-
- Returns:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.