public class ServiceProviderType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
endpoint |
protected String |
tokenType |
protected String |
truststoreAlias |
| Constructor and Description |
|---|
ServiceProviderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Gets the value of the endpoint property.
|
String |
getEndpointRegEx() |
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 |
setEndpointRegEx(String endpointRegEx) |
void |
setTokenType(String value)
Sets the value of the tokenType property.
|
void |
setTruststoreAlias(String value)
Sets the value of the truststoreAlias property.
|
protected String endpoint
protected String tokenType
protected String truststoreAlias
public String getEndpoint()
Stringpublic void setEndpoint(String value)
value - allowed object is Stringpublic String getTokenType()
Stringpublic void setTokenType(String value)
value - allowed object is Stringpublic String getTruststoreAlias()
Stringpublic void setTruststoreAlias(String value)
value - allowed object is Stringpublic void setEndpointRegEx(String endpointRegEx)
public String getEndpointRegEx()
Copyright © 2018 JBoss by Red Hat. All rights reserved.