public class OAuth2ConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for OAuth2ConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OAuth2ConfigurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="federationMetadataURI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="federationMetadataInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="expectedAudience" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validationEndpoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tokenUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="x509Certificate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuth2ConfigurationType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
expectedAudience |
protected Integer |
federationMetadataInterval |
protected String |
federationMetadataURI |
protected String |
tokenUser |
protected String |
validationEndpoint |
protected String |
x509Certificate |
| Constructor and Description |
|---|
OAuth2ConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getExpectedAudience()
Gets the value of the expectedAudience property.
|
Integer |
getFederationMetadataInterval()
Gets the value of the federationMetadataInterval property.
|
String |
getFederationMetadataURI()
Gets the value of the federationMetadataURI property.
|
String |
getTokenUser()
Gets the value of the tokenUser property.
|
String |
getValidationEndpoint()
Gets the value of the validationEndpoint property.
|
String |
getX509Certificate()
Gets the value of the x509Certificate property.
|
boolean |
isSetExpectedAudience() |
boolean |
isSetFederationMetadataInterval() |
boolean |
isSetFederationMetadataURI() |
boolean |
isSetTokenUser() |
boolean |
isSetValidationEndpoint() |
boolean |
isSetX509Certificate() |
void |
setExpectedAudience(String value)
Sets the value of the expectedAudience property.
|
void |
setFederationMetadataInterval(Integer value)
Sets the value of the federationMetadataInterval property.
|
void |
setFederationMetadataURI(String value)
Sets the value of the federationMetadataURI property.
|
void |
setTokenUser(String value)
Sets the value of the tokenUser property.
|
void |
setValidationEndpoint(String value)
Sets the value of the validationEndpoint property.
|
void |
setX509Certificate(String value)
Sets the value of the x509Certificate property.
|
OAuth2ConfigurationType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
OAuth2ConfigurationType |
withExpectedAudience(String value) |
OAuth2ConfigurationType |
withFederationMetadataInterval(Integer value) |
OAuth2ConfigurationType |
withFederationMetadataURI(String value) |
OAuth2ConfigurationType |
withTokenUser(String value) |
OAuth2ConfigurationType |
withValidationEndpoint(String value) |
OAuth2ConfigurationType |
withX509Certificate(String value) |
protected String federationMetadataURI
protected Integer federationMetadataInterval
protected String expectedAudience
protected String validationEndpoint
protected String tokenUser
protected String x509Certificate
public String getFederationMetadataURI()
Stringpublic void setFederationMetadataURI(String value)
value - allowed object is
Stringpublic boolean isSetFederationMetadataURI()
public Integer getFederationMetadataInterval()
Integerpublic void setFederationMetadataInterval(Integer value)
value - allowed object is
Integerpublic boolean isSetFederationMetadataInterval()
public String getExpectedAudience()
Stringpublic void setExpectedAudience(String value)
value - allowed object is
Stringpublic boolean isSetExpectedAudience()
public String getValidationEndpoint()
Stringpublic void setValidationEndpoint(String value)
value - allowed object is
Stringpublic boolean isSetValidationEndpoint()
public String getTokenUser()
Stringpublic void setTokenUser(String value)
value - allowed object is
Stringpublic boolean isSetTokenUser()
public String getX509Certificate()
Stringpublic void setX509Certificate(String value)
value - allowed object is
Stringpublic boolean isSetX509Certificate()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic OAuth2ConfigurationType withFederationMetadataURI(String value)
public OAuth2ConfigurationType withFederationMetadataInterval(Integer value)
public OAuth2ConfigurationType withExpectedAudience(String value)
public OAuth2ConfigurationType withValidationEndpoint(String value)
public OAuth2ConfigurationType withTokenUser(String value)
public OAuth2ConfigurationType withX509Certificate(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic OAuth2ConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.