Class OAuth2ConfigurationType

java.lang.Object
com.vidispine.generated.OAuth2ConfigurationType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class OAuth2ConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

    • federationMetadataURI

      protected String federationMetadataURI
    • federationMetadataInterval

      protected Integer federationMetadataInterval
    • expectedAudience

      protected String expectedAudience
    • validationEndpoint

      protected String validationEndpoint
    • tokenUser

      protected String tokenUser
    • x509Certificate

      protected List<String> x509Certificate
    • publicKey

      protected List<String> publicKey
  • Constructor Details

    • OAuth2ConfigurationType

      public OAuth2ConfigurationType()
  • Method Details

    • 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 is String
    • 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 is Integer
    • 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 is String
    • 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 is String
    • 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 is String
    • 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

      Returns:
      The value of the x509Certificate property.
    • 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

      Returns:
      The value of the publicKey property.
    • isSetPublicKey

      public boolean isSetPublicKey()
    • unsetPublicKey

      public void unsetPublicKey()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withFederationMetadataURI

      public OAuth2ConfigurationType withFederationMetadataURI(String value)
      Sets the value of the federationMetadataURI property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFederationMetadataInterval

      public OAuth2ConfigurationType withFederationMetadataInterval(Integer value)
      Sets the value of the federationMetadataInterval property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withExpectedAudience

      public OAuth2ConfigurationType withExpectedAudience(String value)
      Sets the value of the expectedAudience property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withValidationEndpoint

      public OAuth2ConfigurationType withValidationEndpoint(String value)
      Sets the value of the validationEndpoint property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTokenUser

      public OAuth2ConfigurationType withTokenUser(String value)
      Sets the value of the tokenUser property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withX509Certificate

      public OAuth2ConfigurationType withX509Certificate(String... values)
      Adds objects to the list of X509Certificate using add method
      Parameters:
      values - objects to add to the list X509Certificate
      Returns:
      The class instance
    • withX509Certificate

      public OAuth2ConfigurationType withX509Certificate(Collection<String> values)
      Adds objects to the list of X509Certificate using addAll method
      Parameters:
      values - objects to add to the list X509Certificate
      Returns:
      The class instance
    • withPublicKey

      public OAuth2ConfigurationType withPublicKey(String... values)
      Adds objects to the list of PublicKey using add method
      Parameters:
      values - objects to add to the list PublicKey
      Returns:
      The class instance
    • withPublicKey

      public OAuth2ConfigurationType withPublicKey(Collection<String> values)
      Adds objects to the list of PublicKey using addAll method
      Parameters:
      values - objects to add to the list PublicKey
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public OAuth2ConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString