public class TokenProviderType extends Object
Java class for TokenProviderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TokenProviderType"> <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="ProviderClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TokenType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TokenElement" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TokenElementNS" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<KeyValueType> |
property |
protected String |
providerClass |
protected String |
tokenElement |
protected String |
tokenElementNS |
protected String |
tokenType |
Constructor and Description |
---|
TokenProviderType() |
Modifier and Type | Method and Description |
---|---|
void |
add(KeyValueType kv) |
List<KeyValueType> |
getProperty()
Gets the value of the property property.
|
String |
getProviderClass()
Gets the value of the providerClass property.
|
String |
getTokenElement()
Gets the value of the tokenElement property.
|
String |
getTokenElementNS()
Gets the value of the tokenElementNS property.
|
String |
getTokenType()
Gets the value of the tokenType property.
|
void |
remove(KeyValueType kv) |
void |
setProviderClass(String value)
Sets the value of the providerClass property.
|
void |
setTokenElement(String value)
Sets the value of the tokenElement property.
|
void |
setTokenElementNS(String value)
Sets the value of the tokenElementNS property.
|
void |
setTokenType(String value)
Sets the value of the tokenType property.
|
protected List<KeyValueType> property
protected String providerClass
protected String tokenType
protected String tokenElement
protected String tokenElementNS
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 getProviderClass()
String
public void setProviderClass(String value)
value
- allowed object is String
public String getTokenType()
String
public void setTokenType(String value)
value
- allowed object is String
public String getTokenElement()
String
public void setTokenElement(String value)
value
- allowed object is String
public String getTokenElementNS()
String
Copyright © 2017 JBoss by Red Hat. All rights reserved.