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