|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.bindings.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:jboss:identity-federation:config:1.0}TrustType" minOccurs="0"/>
<element name="KeyProvider" type="{urn:jboss:identity-federation:config:1.0}KeyProviderType" minOccurs="0"/>
</sequence>
<attribute name="ServerEnvironment" default="JBOSS">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="JBOSS"/>
<enumeration value="TOMCAT"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
identityURL
|
protected KeyProviderType |
keyProvider
|
protected java.lang.String |
serverEnvironment
|
protected TrustType |
trust
|
| Constructor Summary | |
|---|---|
ProviderType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIdentityURL()
Gets the value of the identityURL property. |
KeyProviderType |
getKeyProvider()
Gets the value of the keyProvider property. |
java.lang.String |
getServerEnvironment()
Gets the value of the serverEnvironment property. |
TrustType |
getTrust()
Gets the value of the trust property. |
void |
setIdentityURL(java.lang.String value)
Sets the value of the identityURL property. |
void |
setKeyProvider(KeyProviderType value)
Sets the value of the keyProvider property. |
void |
setServerEnvironment(java.lang.String value)
Sets the value of the serverEnvironment property. |
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 java.lang.String identityURL
protected TrustType trust
protected KeyProviderType keyProvider
protected java.lang.String serverEnvironment
| Constructor Detail |
|---|
public ProviderType()
| Method Detail |
|---|
public java.lang.String getIdentityURL()
Stringpublic void setIdentityURL(java.lang.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 java.lang.String getServerEnvironment()
Stringpublic void setServerEnvironment(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||