Product SiteDocumentation Site

14.5.7.5.3. Configuration
Should be configured in WEB-INF/picketlink-handlers.xml
14.5.7.5.3.1. Example:

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

<Handlers xmlns="urn:picketlink:identity-federation:handler:config:1.0">
  <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2IssuerTrustHandler"/>
  <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2LogOutHandler"/>
  <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler"/>
  <Handler class="org.picketlink.identity.federation.web.handlers.saml2.RolesGenerationHandler"/>
</Handlers>
14.5.7.5.3.2. 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
14.5.7.5.3.3. Example:

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

<Handler class="org.picketlink.
                    identity.federation.
                    web.handlers.
                    saml2.RolesGenerationHandler">
<Option Key="ATTRIBUTE_MANAGER" Value="org.some.fun.class"/>
</Handler>