Class GenerateWithDurationResponse


  • public class GenerateWithDurationResponse
    extends java.lang.Object
    Login response supplying an authentication token for a scope, for a specific duration

    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="token" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String token  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getToken()
      Gets the value of the token property.
      void setToken​(java.lang.String value)
      Sets the value of the token property.
      • Methods inherited from class java.lang.Object

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

      • token

        protected java.lang.String token
    • Constructor Detail

      • GenerateWithDurationResponse

        public GenerateWithDurationResponse()
    • Method Detail

      • getToken

        public java.lang.String getToken()
        Gets the value of the token property.
        Returns:
        possible object is String
      • setToken

        public void setToken​(java.lang.String value)
        Sets the value of the token property.
        Parameters:
        value - allowed object is String