|
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.Handler
public class Handler
Java class for Handler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Handler"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Option" type="{urn:picketlink:identity-federation:config:1.0}KeyValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
clazz
|
protected String |
name
|
protected List<KeyValueType> |
option
|
Constructor Summary | |
---|---|
Handler()
|
Method Summary | |
---|---|
void |
add(KeyValueType kv)
|
String |
getClazz()
Gets the value of the clazz property. |
String |
getName()
Gets the value of the name property. |
List<KeyValueType> |
getOption()
Gets the value of the option property. |
void |
remove(KeyValueType kv)
|
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setName(String value)
Sets the value of the name property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<KeyValueType> option
protected String name
protected String clazz
Constructor Detail |
---|
public Handler()
Method Detail |
---|
public void add(KeyValueType kv)
public void remove(KeyValueType kv)
public List<KeyValueType> getOption()
Objects of the following type(s) are allowed in the list KeyValueType
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is String
|
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 |