|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.handler.config.Handlers
public class Handlers
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 |
---|
protected String handlerChainClass
protected List<Handler> handler
Constructor Detail |
---|
public Handlers()
Method Detail |
---|
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
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |