PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.handler.config
Class Handlers

java.lang.Object
  extended by org.picketlink.identity.federation.core.handler.config.Handlers

public class Handlers
extends Object

Java class for Handlers complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Handlers">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Handler" type="{urn:picketlink:identity-federation:handler:config:1.0}Handler" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Handler> handler
           
protected  String handlerChainClass
           
 
Constructor Summary
Handlers()
           
 
Method Summary
 void add(Handler h)
           
 List<Handler> getHandler()
          Gets the value of the handler property.
 String getHandlerChainClass()
          Get the Handler chain class FQN
 void remove(Handler h)
           
 void setHandlerChainClass(String samlHandlerChainClass)
           Sets the Handler chain class.
 void setHandlers(List<Handler> theHandlers)
          Set the list of Handler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerChainClass

protected String handlerChainClass

handler

protected List<Handler> handler
Constructor Detail

Handlers

public Handlers()
Method Detail

add

public void add(Handler h)

remove

public void remove(Handler h)

getHandler

public List<Handler> getHandler()
Gets the value of the handler property.

Objects of the following type(s) are allowed in the list Handler


setHandlerChainClass

public void setHandlerChainClass(String samlHandlerChainClass)

Sets the Handler chain class.

Parameters:
samlHandlerChainClass - value must be a subclass of #SAML2HandlerChain

getHandlerChainClass

public String getHandlerChainClass()
Get the Handler chain class FQN

Returns:

setHandlers

public void setHandlers(List<Handler> theHandlers)
Set the list of Handler

Parameters:
theHandlers -

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.