|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.config.ProviderType
public class ProviderType
Base Type for IDP and SP
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>
Field Summary | |
---|---|
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 Summary | |
---|---|
ProviderType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String identityURL
protected TrustType trust
protected KeyProviderType keyProvider
protected MetadataProviderType metaDataProvider
protected String serverEnvironment
protected String canonicalizationMethod
protected Map<String,Object> additionalOptions
protected boolean supportsSignature
Constructor Detail |
---|
public ProviderType()
Method Detail |
---|
public String getIdentityURL()
String
public void setIdentityURL(String value)
value
- allowed object is String
public TrustType getTrust()
TrustType
public void setTrust(TrustType value)
value
- allowed object is TrustType
public KeyProviderType getKeyProvider()
KeyProviderType
public void setKeyProvider(KeyProviderType value)
value
- allowed object is KeyProviderType
public MetadataProviderType getMetaDataProvider()
MetadataProviderType
public void setMetaDataProvider(MetadataProviderType value)
value
- allowed object is MetadataProviderType
public String getServerEnvironment()
String
public void setServerEnvironment(String value)
value
- allowed object is String
public String getCanonicalizationMethod()
String
public void setCanonicalizationMethod(String canonicalizationMethod)
value
- allowed object is String
public 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)
IDPType
other
- public boolean isSupportsSignature()
public void setSupportsSignature(boolean supportsSignature)
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |