public class TokenProvidersType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<TokenProviderType> |
tokenProvider |
| Constructor and Description |
|---|
TokenProvidersType() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TokenProviderType tp) |
List<TokenProviderType> |
getTokenProvider()
Gets the value of the tokenProvider property.
|
void |
remove(TokenProviderType tp) |
protected List<TokenProviderType> tokenProvider
public void add(TokenProviderType tp)
public void remove(TokenProviderType tp)
public List<TokenProviderType> getTokenProvider()
Objects of the following type(s) are allowed in the list TokenProviderType
Copyright © 2018 JBoss by Red Hat. All rights reserved.