Class 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
    • Field Detail

      • 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
    • Constructor Detail

      • OAuth2ConfigurationType

        public OAuth2ConfigurationType()
    • 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 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

      • 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 interface org.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 interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object