PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.config
Class TokenProviderType

java.lang.Object
  extended by org.picketlink.identity.federation.core.config.TokenProviderType

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>
 


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

property

protected List<KeyValueType> property

providerClass

protected String providerClass

tokenType

protected String tokenType

tokenElement

protected String tokenElement

tokenElementNS

protected String tokenElementNS
Constructor Detail

TokenProviderType

public TokenProviderType()
Method Detail

add

public void add(KeyValueType kv)

remove

public void remove(KeyValueType kv)

getProperty

public List<KeyValueType> getProperty()
Gets the value of the property property.

Objects of the following type(s) are allowed in the list KeyValueType


getProviderClass

public String getProviderClass()
Gets the value of the providerClass property.

Returns:
possible object is String

setProviderClass

public void setProviderClass(String value)
Sets the value of the providerClass property.

Parameters:
value - allowed object is String

getTokenType

public String getTokenType()
Gets the value of the tokenType property.

Returns:
possible object is String

setTokenType

public void setTokenType(String value)
Sets the value of the tokenType property.

Parameters:
value - allowed object is String

getTokenElement

public String getTokenElement()
Gets the value of the tokenElement property.

Returns:
possible object is String

setTokenElement

public void setTokenElement(String value)
Sets the value of the tokenElement property.

Parameters:
value - allowed object is String

getTokenElementNS

public String getTokenElementNS()
Gets the value of the tokenElementNS property.

Returns:
possible object is String

setTokenElementNS

public void setTokenElementNS(String value)
Sets the value of the tokenElementNS property.

Parameters:
value - allowed object is String

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.