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()
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
public void setEndpointRegEx(String endpointRegEx)
public String getEndpointRegEx()
Copyright © 2017 JBoss by Red Hat. All rights reserved.