PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.config
Class STSType

java.lang.Object
  extended by org.picketlink.identity.federation.core.config.STSType

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>
 


Field Summary
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 Summary
STSType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyProvider

protected KeyProviderType keyProvider

requestHandler

protected String requestHandler

claimsProcessors

protected ClaimsProcessorsType claimsProcessors

tokenProviders

protected TokenProvidersType tokenProviders

serviceProviders

protected ServiceProvidersType serviceProviders

stsName

protected String stsName

tokenTimeout

protected Integer tokenTimeout

signToken

protected Boolean signToken

encryptToken

protected Boolean encryptToken

canonicalizationMethod

protected String canonicalizationMethod
Constructor Detail

STSType

public STSType()
Method Detail

getKeyProvider

public KeyProviderType getKeyProvider()
Gets the value of the keyProvider property.

Returns:
possible object is KeyProviderType

setKeyProvider

public void setKeyProvider(KeyProviderType value)
Sets the value of the keyProvider property.

Parameters:
value - allowed object is KeyProviderType

getRequestHandler

public String getRequestHandler()
Gets the value of the requestHandler property.

Returns:
possible object is String

setRequestHandler

public void setRequestHandler(String value)
Sets the value of the requestHandler property.

Parameters:
value - allowed object is String

getClaimsProcessors

public ClaimsProcessorsType getClaimsProcessors()
Gets the value of the claimsProcessors property.

Returns:
possible object is ClaimsProcessorsType

setClaimsProcessors

public void setClaimsProcessors(ClaimsProcessorsType value)
Sets the value of the claimsProcessors property.

Parameters:
value - allowed object is ClaimsProcessorsType

getTokenProviders

public TokenProvidersType getTokenProviders()
Gets the value of the tokenProviders property.

Returns:
possible object is TokenProvidersType

setTokenProviders

public void setTokenProviders(TokenProvidersType value)
Sets the value of the tokenProviders property.

Parameters:
value - allowed object is TokenProvidersType

getServiceProviders

public ServiceProvidersType getServiceProviders()
Gets the value of the serviceProviders property.

Returns:
possible object is ServiceProvidersType

setServiceProviders

public void setServiceProviders(ServiceProvidersType value)
Sets the value of the serviceProviders property.

Parameters:
value - allowed object is ServiceProvidersType

getSTSName

public String getSTSName()
Gets the value of the stsName property.

Returns:
possible object is String

setSTSName

public void setSTSName(String value)
Sets the value of the stsName property.

Parameters:
value - allowed object is String

getTokenTimeout

public int getTokenTimeout()
Gets the value of the tokenTimeout property.

Returns:
possible object is Integer

setTokenTimeout

public void setTokenTimeout(Integer value)
Sets the value of the tokenTimeout property.

Parameters:
value - allowed object is Integer

isSignToken

public boolean isSignToken()
Gets the value of the signToken property.

Returns:
possible object is Boolean

setSignToken

public void setSignToken(Boolean value)
Sets the value of the signToken property.

Parameters:
value - allowed object is Boolean

isEncryptToken

public boolean isEncryptToken()
Gets the value of the encryptToken property.

Returns:
possible object is Boolean

setEncryptToken

public void setEncryptToken(Boolean value)
Sets the value of the encryptToken property.

Parameters:
value - allowed object is Boolean

getCanonicalizationMethod

public String getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.

Returns:
possible object is String

setCanonicalizationMethod

public void setCanonicalizationMethod(String canonicalizationMethod)
Sets the value of the canonicalizationMethod property.

Parameters:
value - allowed object is String

setClockSkew

public void setClockSkew(Integer clockSkew)
Sets the value of the clockSkew property.

Parameters:
value - allowed object is Integer

getClockSkew

public int getClockSkew()
Gets the value of the clockSkew property.

Returns:
possible object is Integer

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.