Product SiteDocumentation Site

12.5.7.6.4. Configuration Parameters
#
Name
Type
Objective
Default Value
SP/IDP
Since Version
1
ATTRIBUTE_ MANAGER
string
fqn of attribute manager class
org.picketlink. identity.federation. core.impl. EmptyAttributeManager
IDP
2.0
2
ATTRIBUTE_ KEYS
String
a comma separated list of string values representing attributes to be sent
 
IDP
2.0
3
ATTRIBUTE_ CHOOSE_ FRIENDLY_ NAME
boolean
set to true if you require attributes to be keyed by friendly name rather than default name.
 
SP
2.0
12.5.7.6.4.1. Example:

Example 12.9. WEB-INF/picketlink-handlers.xml

<Handler class="org.picketlink.
                    identity.federation.
                    web.handlers.
                    saml2.SAML2AttributeHandler">
<Option Key="ATTRIBUTE_CHOOSE_FRIENDLY_NAME" Value="true"/>
</Handler>
12.5.7.6.4.2. Untitled

Error

Topic 29878 failed validation and is not included in this build.
Please review the compiler error for Topic ID 29878 for more detailed information.
12.5.7.6.4.3. Example:

Error

Topic 29879 failed validation and is not included in this build.
Please review the compiler error for Topic ID 29879 for more detailed information.
12.5.7.6.4.4. Untitled
Map<String, List<Object>> sessionMap = (Map<String, List<Object>>) session .getAttribute(GeneralConstants.SESSION_ATTRIBUTE_MAP); assertNotNull(sessionMap);
List<Object> values = sessionMap.get("testKey"); assertEquals("hello", values.get(0));
12.5.7.6.4.5. Untitled

Error

Topic 29881 failed validation and is not included in this build.
Please review the compiler error for Topic ID 29881 for more detailed information.
12.5.7.6.4.6. Additional References