|
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.TokenProviderType
public class TokenProviderType
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>
Field Summary | |
---|---|
protected List<KeyValueType> |
property
|
protected String |
providerClass
|
protected String |
tokenElement
|
protected String |
tokenElementNS
|
protected String |
tokenType
|
Constructor Summary | |
---|---|
TokenProviderType()
|
Method Summary | |
---|---|
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. |
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 providerClass
protected String tokenType
protected String tokenElement
protected String tokenElementNS
Constructor Detail |
---|
public TokenProviderType()
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 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
public void setTokenElementNS(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 |