public class SAMLAttributeManager extends Object implements org.picketlink.identity.federation.core.interfaces.AttributeManager
| Constructor and Description |
|---|
SAMLAttributeManager() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes(Principal userPrincipal,
List<String> attributeKeys)
Tudo que for colocado neste mapa que é retornado será colocado na sessão e pode ser
recuperado através do método session.getAttribute("SESSION_ATTRIBUTE_MAP")
|
public Map<String,Object> getAttributes(Principal userPrincipal, List<String> attributeKeys)
getAttributes in interface org.picketlink.identity.federation.core.interfaces.AttributeManagerCopyright © 2015. All rights reserved.