JBoss Community Archive (Read Only)

PicketLink

RolesGenerationHandler

Objective

Handler dealing with attributes for SAML2

Fully Qualified Name

org.picketlink.identity.federation.web.handlers.saml2.RolesGenerationHandler

Configuration

Should be configured in WEB-INF/picketlink-handlers.xml

Example:

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>

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

Example:

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> 
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:17:58 UTC, last content change 2011-08-10 19:39:56 UTC.