public class STSType extends Object
Java class for STSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyProvider" type="{urn:picketlink:identity-federation:config:1.0}KeyProviderType"
minOccurs="0"/>
<element name="RequestHandler" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ClaimsProcessors" type="{urn:picketlink:identity-federation:config:1.0}ClaimsProcessorsType"
minOccurs="0"/>
<element name="TokenProviders" type="{urn:picketlink:identity-federation:config:1.0}TokenProvidersType"
minOccurs="0"/>
<element name="ServiceProviders" type="{urn:picketlink:identity-federation:config:1.0}ServiceProvidersType"
minOccurs="0"/>
</sequence>
<attribute name="STSName" type="{http://www.w3.org/2001/XMLSchema}string" default="PicketLinkSTS" />
<attribute name="TokenTimeout" type="{http://www.w3.org/2001/XMLSchema}int" default="3600" />
<attribute name="SignToken" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="EncryptToken" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="CanonicalizationMethod" default="http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
type="string" use="optional"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
canonicalizationMethod |
protected ClaimsProcessorsType |
claimsProcessors |
protected Boolean |
encryptToken |
protected KeyProviderType |
keyProvider |
protected String |
requestHandler |
protected ServiceProvidersType |
serviceProviders |
protected Boolean |
signToken |
protected String |
stsName |
protected TokenProvidersType |
tokenProviders |
protected Integer |
tokenTimeout |
| Constructor and Description |
|---|
STSType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.
|
ClaimsProcessorsType |
getClaimsProcessors()
Gets the value of the claimsProcessors property.
|
int |
getClockSkew()
Gets the value of the clockSkew property.
|
KeyProviderType |
getKeyProvider()
Gets the value of the keyProvider property.
|
String |
getRequestHandler()
Gets the value of the requestHandler property.
|
ServiceProvidersType |
getServiceProviders()
Gets the value of the serviceProviders property.
|
String |
getSTSName()
Gets the value of the stsName property.
|
TokenProvidersType |
getTokenProviders()
Gets the value of the tokenProviders property.
|
int |
getTokenTimeout()
Gets the value of the tokenTimeout property.
|
boolean |
isEncryptToken()
Gets the value of the encryptToken property.
|
boolean |
isSignToken()
Gets the value of the signToken property.
|
void |
setCanonicalizationMethod(String canonicalizationMethod)
Sets the value of the canonicalizationMethod property.
|
void |
setClaimsProcessors(ClaimsProcessorsType value)
Sets the value of the claimsProcessors property.
|
void |
setClockSkew(Integer clockSkew)
Sets the value of the clockSkew property.
|
void |
setEncryptToken(Boolean value)
Sets the value of the encryptToken property.
|
void |
setKeyProvider(KeyProviderType value)
Sets the value of the keyProvider property.
|
void |
setRequestHandler(String value)
Sets the value of the requestHandler property.
|
void |
setServiceProviders(ServiceProvidersType value)
Sets the value of the serviceProviders property.
|
void |
setSignToken(Boolean value)
Sets the value of the signToken property.
|
void |
setSTSName(String value)
Sets the value of the stsName property.
|
void |
setTokenProviders(TokenProvidersType value)
Sets the value of the tokenProviders property.
|
void |
setTokenTimeout(Integer value)
Sets the value of the tokenTimeout property.
|
protected KeyProviderType keyProvider
protected String requestHandler
protected ClaimsProcessorsType claimsProcessors
protected TokenProvidersType tokenProviders
protected ServiceProvidersType serviceProviders
protected String stsName
protected Integer tokenTimeout
protected Boolean signToken
protected Boolean encryptToken
protected String canonicalizationMethod
public KeyProviderType getKeyProvider()
KeyProviderTypepublic void setKeyProvider(KeyProviderType value)
value - allowed object is KeyProviderTypepublic String getRequestHandler()
Stringpublic void setRequestHandler(String value)
value - allowed object is Stringpublic ClaimsProcessorsType getClaimsProcessors()
ClaimsProcessorsTypepublic void setClaimsProcessors(ClaimsProcessorsType value)
value - allowed object is ClaimsProcessorsTypepublic TokenProvidersType getTokenProviders()
TokenProvidersTypepublic void setTokenProviders(TokenProvidersType value)
value - allowed object is TokenProvidersTypepublic ServiceProvidersType getServiceProviders()
ServiceProvidersTypepublic void setServiceProviders(ServiceProvidersType value)
value - allowed object is ServiceProvidersTypepublic String getSTSName()
Stringpublic void setSTSName(String value)
value - allowed object is Stringpublic int getTokenTimeout()
Integerpublic void setTokenTimeout(Integer value)
value - allowed object is Integerpublic boolean isSignToken()
Booleanpublic void setSignToken(Boolean value)
value - allowed object is Booleanpublic boolean isEncryptToken()
Booleanpublic void setEncryptToken(Boolean value)
value - allowed object is Booleanpublic String getCanonicalizationMethod()
Stringpublic void setCanonicalizationMethod(String canonicalizationMethod)
value - allowed object is Stringpublic void setClockSkew(Integer clockSkew)
value - allowed object is Integerpublic int getClockSkew()
IntegerCopyright © 2018 JBoss by Red Hat. All rights reserved.