public class ProviderType extends Object
Java class for ProviderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProviderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IdentityURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Trust" type="{urn:picketlink:identity-federation:config:1.0}TrustType" minOccurs="0"/>
<element name="KeyProvider" type="{urn:picketlink:identity-federation:config:1.0}KeyProviderType"
minOccurs="0"/>
<element name="MetaDataProvider" type="{urn:picketlink:identity-federation:config:1.0}MetadataProviderType"
minOccurs="0"/>
</sequence>
<attribute name="ServerEnvironment" default="picketlink">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="picketlink"/>
<enumeration value="TOMCAT"/>
</restriction>
</simpleType>
</attribute>
<attribute name="CanonicalizationMethod" use="optional" default="http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
type="string"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
additionalOptions |
protected String |
canonicalizationMethod |
protected String |
identityURL |
protected KeyProviderType |
keyProvider |
protected MetadataProviderType |
metaDataProvider |
protected String |
serverEnvironment |
protected boolean |
supportsSignature |
protected TrustType |
trust |
| Constructor and Description |
|---|
ProviderType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalOption(String key,
Object value)
Add an option
|
Object |
getAdditionalOption(String key)
Get option
|
String |
getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.
|
String |
getIdentityURL()
Gets the value of the identityURL property.
|
KeyProviderType |
getKeyProvider()
Gets the value of the keyProvider property.
|
MetadataProviderType |
getMetaDataProvider()
Gets the value of the metaDataProvider property.
|
String |
getServerEnvironment()
Gets the value of the serverEnvironment property.
|
TrustType |
getTrust()
Gets the value of the trust property.
|
void |
importFrom(ProviderType other)
Import values from another
IDPType |
boolean |
isSupportsSignature() |
void |
removeAdditionalOption(String key)
Remove an option
|
void |
setCanonicalizationMethod(String canonicalizationMethod)
Sets the value of the canonicalizationMethod property.
|
void |
setIdentityURL(String value)
Sets the value of the identityURL property.
|
void |
setKeyProvider(KeyProviderType value)
Sets the value of the keyProvider property.
|
void |
setMetaDataProvider(MetadataProviderType value)
Sets the value of the metaDataProvider property.
|
void |
setServerEnvironment(String value)
Sets the value of the serverEnvironment property.
|
void |
setSupportsSignature(boolean supportsSignature) |
void |
setTrust(TrustType value)
Sets the value of the trust property.
|
protected String identityURL
protected TrustType trust
protected KeyProviderType keyProvider
protected MetadataProviderType metaDataProvider
protected String serverEnvironment
protected String canonicalizationMethod
protected boolean supportsSignature
public String getIdentityURL()
Stringpublic void setIdentityURL(String value)
value - allowed object is Stringpublic TrustType getTrust()
TrustTypepublic void setTrust(TrustType value)
value - allowed object is TrustTypepublic KeyProviderType getKeyProvider()
KeyProviderTypepublic void setKeyProvider(KeyProviderType value)
value - allowed object is KeyProviderTypepublic MetadataProviderType getMetaDataProvider()
MetadataProviderTypepublic void setMetaDataProvider(MetadataProviderType value)
value - allowed object is MetadataProviderTypepublic String getServerEnvironment()
Stringpublic void setServerEnvironment(String value)
value - allowed object is Stringpublic String getCanonicalizationMethod()
Stringpublic void setCanonicalizationMethod(String canonicalizationMethod)
value - allowed object is Stringpublic void addAdditionalOption(String key, Object value)
key - value - public void removeAdditionalOption(String key)
key - public Object getAdditionalOption(String key)
key - public void importFrom(ProviderType other)
IDPTypeother - public boolean isSupportsSignature()
public void setSupportsSignature(boolean supportsSignature)
Copyright © 2018 JBoss by Red Hat. All rights reserved.