PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

public class ServiceProviderType
extends Object

The service provider type contains information about a specific service provider. In particular, it specifies the type of the token that must be issued for the provider and the alias of the provider's PKC in the truststore. This is used by the STS to locate the PKC when encrypting the generated token.

Java class for ServiceProviderType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceProviderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Endpoint" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="TruststoreAlias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
        <attribute name="TokenType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="TruststoreAlias" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String endpoint
           
protected  String tokenType
           
protected  String truststoreAlias
           
 
Constructor Summary
ServiceProviderType()
           
 
Method Summary
 String getEndpoint()
          Gets the value of the endpoint property.
 String getTokenType()
          Gets the value of the tokenType property.
 String getTruststoreAlias()
          Gets the value of the truststoreAlias property.
 void setEndpoint(String value)
          Sets the value of the endpoint property.
 void setTokenType(String value)
          Sets the value of the tokenType property.
 void setTruststoreAlias(String value)
          Sets the value of the truststoreAlias property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpoint

protected String endpoint

tokenType

protected String tokenType

truststoreAlias

protected String truststoreAlias
Constructor Detail

ServiceProviderType

public ServiceProviderType()
Method Detail

getEndpoint

public String getEndpoint()
Gets the value of the endpoint property.

Returns:
possible object is String

setEndpoint

public void setEndpoint(String value)
Sets the value of the endpoint property.

Parameters:
value - allowed object is String

getTokenType

public String getTokenType()
Gets the value of the tokenType property.

Returns:
possible object is String

setTokenType

public void setTokenType(String value)
Sets the value of the tokenType property.

Parameters:
value - allowed object is String

getTruststoreAlias

public String getTruststoreAlias()
Gets the value of the truststoreAlias property.

Returns:
possible object is String

setTruststoreAlias

public void setTruststoreAlias(String value)
Sets the value of the truststoreAlias property.

Parameters:
value - allowed object is String

PicketLink Federation Core 2.1.6.Final-redhat-2

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