Class ValidateTokenRequest


  • public class ValidateTokenRequest
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="tokenId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="tokenDigest" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="nonce" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String nonce  
      protected long timestamp  
      protected java.lang.String tokenDigest  
      protected java.lang.String tokenId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNonce()
      Gets the value of the nonce property.
      long getTimestamp()
      Gets the value of the timestamp property.
      java.lang.String getTokenDigest()
      Gets the value of the tokenDigest property.
      java.lang.String getTokenId()
      Gets the value of the tokenId property.
      void setNonce​(java.lang.String value)
      Sets the value of the nonce property.
      void setTimestamp​(long value)
      Sets the value of the timestamp property.
      void setTokenDigest​(java.lang.String value)
      Sets the value of the tokenDigest property.
      void setTokenId​(java.lang.String value)
      Sets the value of the tokenId property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tokenId

        protected java.lang.String tokenId
      • tokenDigest

        protected java.lang.String tokenDigest
      • nonce

        protected java.lang.String nonce
      • timestamp

        protected long timestamp
    • Constructor Detail

      • ValidateTokenRequest

        public ValidateTokenRequest()
    • Method Detail

      • getTokenId

        public java.lang.String getTokenId()
        Gets the value of the tokenId property.
        Returns:
        possible object is String
      • setTokenId

        public void setTokenId​(java.lang.String value)
        Sets the value of the tokenId property.
        Parameters:
        value - allowed object is String
      • getTokenDigest

        public java.lang.String getTokenDigest()
        Gets the value of the tokenDigest property.
        Returns:
        possible object is String
      • setTokenDigest

        public void setTokenDigest​(java.lang.String value)
        Sets the value of the tokenDigest property.
        Parameters:
        value - allowed object is String
      • getNonce

        public java.lang.String getNonce()
        Gets the value of the nonce property.
        Returns:
        possible object is String
      • setNonce

        public void setNonce​(java.lang.String value)
        Sets the value of the nonce property.
        Parameters:
        value - allowed object is String
      • getTimestamp

        public long getTimestamp()
        Gets the value of the timestamp property.
      • setTimestamp

        public void setTimestamp​(long value)
        Sets the value of the timestamp property.