org.picketlink.identity.federation.core.config
Class TokenProvidersType
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tokenProvider
protected List<TokenProviderType> tokenProvider
TokenProvidersType
public TokenProvidersType()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.