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>
Modifier and Type | Field and Description |
---|---|
protected List<Handler> |
handler |
protected String |
handlerChainClass |
Constructor and Description |
---|
Handlers() |
Modifier and Type | Method and Description |
---|---|
void |
add(Handler h) |
List<Handler> |
getHandler()
Gets the value of the handler property.
|
String |
getHandlerChainClass()
Get the Handler chain class FQN
|
boolean |
isLocking()
Indicates if the handler chain execution should be locked
|
void |
remove(Handler h) |
void |
setHandlerChainClass(String samlHandlerChainClass)
Sets the Handler chain class.
|
void |
setHandlers(List<Handler> theHandlers)
Set the list of
Handler |
void |
setLocking(Boolean locking)
Sets the locking behavior of the handler chain
|
protected String handlerChainClass
public void add(Handler h)
public void remove(Handler h)
public List<Handler> getHandler()
Objects of the following type(s) are allowed in the list Handler
public void setHandlerChainClass(String samlHandlerChainClass)
Sets the Handler chain class.
samlHandlerChainClass
- value must be a subclass of #SAML2HandlerChain
public String getHandlerChainClass()
public void setHandlers(List<Handler> theHandlers)
Handler
theHandlers
- public void setLocking(Boolean locking)
public boolean isLocking()
Copyright © 2017 JBoss by Red Hat. All rights reserved.