PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

public class TokenProvidersType
extends Object

The token providers specify the classes that handle the requests for each type of security Token. For example, a SAMLTokenProvider may be used to generate SAML token, while a X509TokenProvider may be used to generate X.509 tokens (certificates).

Java class for TokenProvidersType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TokenProvidersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TokenProvider" type="{urn:picketlink:identity-federation:config:1.0}TokenProviderType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TokenProviderType> tokenProvider
           
 
Constructor Summary
TokenProvidersType()
           
 
Method Summary
 void add(TokenProviderType tp)
           
 List<TokenProviderType> getTokenProvider()
          Gets the value of the tokenProvider property.
 void remove(TokenProviderType tp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokenProvider

protected List<TokenProviderType> tokenProvider
Constructor Detail

TokenProvidersType

public TokenProvidersType()
Method Detail

add

public void add(TokenProviderType tp)

remove

public void remove(TokenProviderType tp)

getTokenProvider

public List<TokenProviderType> getTokenProvider()
Gets the value of the tokenProvider property.

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


PicketLink Federation Core 2.1.6.Final-redhat-2

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