|
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.ServiceProviderType
public class ServiceProviderType
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 |
---|
protected String endpoint
protected String tokenType
protected String truststoreAlias
Constructor Detail |
---|
public ServiceProviderType()
Method Detail |
---|
public String getEndpoint()
String
public void setEndpoint(String value)
value
- allowed object is String
public String getTokenType()
String
public void setTokenType(String value)
value
- allowed object is String
public String getTruststoreAlias()
String
public void setTruststoreAlias(String value)
value
- allowed object is String
|
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 |