Class OAuth2ConfigurationType
- java.lang.Object
-
- com.vidispine.generated.OAuth2ConfigurationType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class OAuth2ConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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" maxOccurs="unbounded" minOccurs="0"/> <element name="publicKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OAuth2ConfigurationType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
expectedAudience
protected Integer
federationMetadataInterval
protected String
federationMetadataURI
protected List<String>
publicKey
protected String
tokenUser
protected String
validationEndpoint
protected List<String>
x509Certificate
-
Constructor Summary
Constructors Constructor Description OAuth2ConfigurationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.List<String>
getPublicKey()
Gets the value of the publicKey property.String
getTokenUser()
Gets the value of the tokenUser property.String
getValidationEndpoint()
Gets the value of the validationEndpoint property.List<String>
getX509Certificate()
Gets the value of the x509Certificate property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetExpectedAudience()
boolean
isSetFederationMetadataInterval()
boolean
isSetFederationMetadataURI()
boolean
isSetPublicKey()
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
unsetPublicKey()
void
unsetX509Certificate()
OAuth2ConfigurationType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OAuth2ConfigurationType
withExpectedAudience(String value)
OAuth2ConfigurationType
withFederationMetadataInterval(Integer value)
OAuth2ConfigurationType
withFederationMetadataURI(String value)
OAuth2ConfigurationType
withPublicKey(String... values)
OAuth2ConfigurationType
withPublicKey(Collection<String> values)
OAuth2ConfigurationType
withTokenUser(String value)
OAuth2ConfigurationType
withValidationEndpoint(String value)
OAuth2ConfigurationType
withX509Certificate(String... values)
OAuth2ConfigurationType
withX509Certificate(Collection<String> values)
-
-
-
Method Detail
-
getFederationMetadataURI
public String getFederationMetadataURI()
Gets the value of the federationMetadataURI property.- Returns:
- possible object is
String
-
setFederationMetadataURI
public void setFederationMetadataURI(String value)
Sets the value of the federationMetadataURI property.- Parameters:
value
- allowed object isString
-
isSetFederationMetadataURI
public boolean isSetFederationMetadataURI()
-
getFederationMetadataInterval
public Integer getFederationMetadataInterval()
Gets the value of the federationMetadataInterval property.- Returns:
- possible object is
Integer
-
setFederationMetadataInterval
public void setFederationMetadataInterval(Integer value)
Sets the value of the federationMetadataInterval property.- Parameters:
value
- allowed object isInteger
-
isSetFederationMetadataInterval
public boolean isSetFederationMetadataInterval()
-
getExpectedAudience
public String getExpectedAudience()
Gets the value of the expectedAudience property.- Returns:
- possible object is
String
-
setExpectedAudience
public void setExpectedAudience(String value)
Sets the value of the expectedAudience property.- Parameters:
value
- allowed object isString
-
isSetExpectedAudience
public boolean isSetExpectedAudience()
-
getValidationEndpoint
public String getValidationEndpoint()
Gets the value of the validationEndpoint property.- Returns:
- possible object is
String
-
setValidationEndpoint
public void setValidationEndpoint(String value)
Sets the value of the validationEndpoint property.- Parameters:
value
- allowed object isString
-
isSetValidationEndpoint
public boolean isSetValidationEndpoint()
-
getTokenUser
public String getTokenUser()
Gets the value of the tokenUser property.- Returns:
- possible object is
String
-
setTokenUser
public void setTokenUser(String value)
Sets the value of the tokenUser property.- Parameters:
value
- allowed object isString
-
isSetTokenUser
public boolean isSetTokenUser()
-
getX509Certificate
public List<String> getX509Certificate()
Gets the value of the x509Certificate property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the x509Certificate property.For example, to add a new item, do as follows:
getX509Certificate().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetX509Certificate
public boolean isSetX509Certificate()
-
unsetX509Certificate
public void unsetX509Certificate()
-
getPublicKey
public List<String> getPublicKey()
Gets the value of the publicKey property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the publicKey property.For example, to add a new item, do as follows:
getPublicKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetPublicKey
public boolean isSetPublicKey()
-
unsetPublicKey
public void unsetPublicKey()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withFederationMetadataURI
public OAuth2ConfigurationType withFederationMetadataURI(String value)
-
withFederationMetadataInterval
public OAuth2ConfigurationType withFederationMetadataInterval(Integer value)
-
withExpectedAudience
public OAuth2ConfigurationType withExpectedAudience(String value)
-
withValidationEndpoint
public OAuth2ConfigurationType withValidationEndpoint(String value)
-
withTokenUser
public OAuth2ConfigurationType withTokenUser(String value)
-
withX509Certificate
public OAuth2ConfigurationType withX509Certificate(String... values)
-
withX509Certificate
public OAuth2ConfigurationType withX509Certificate(Collection<String> values)
-
withPublicKey
public OAuth2ConfigurationType withPublicKey(String... values)
-
withPublicKey
public OAuth2ConfigurationType withPublicKey(Collection<String> values)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public OAuth2ConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-