public class ClaimsProcessorType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
dialect |
protected String |
processorClass |
protected List<KeyValueType> |
property |
Constructor and Description |
---|
ClaimsProcessorType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<KeyValueType> property
protected String processorClass
protected String dialect
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
Copyright © 2018 JBoss by Red Hat. All rights reserved.