Class LoginRequest


  • public class LoginRequest
    extends java.lang.Object
    Request allowing to log a user for a scope

    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="scope" type="{http://flower.com/docs/domain/common}Id"/>
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String password  
      protected com.flower.docs.domain.common.Id scope  
      protected java.lang.String user  
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()
      Gets the value of the password property.
      com.flower.docs.domain.common.Id getScope()
      Gets the value of the scope property.
      java.lang.String getUser()
      Gets the value of the user property.
      void setPassword​(java.lang.String value)
      Sets the value of the password property.
      void setScope​(com.flower.docs.domain.common.Id value)
      Sets the value of the scope property.
      void setUser​(java.lang.String value)
      Sets the value of the user property.
      • Methods inherited from class java.lang.Object

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

      • scope

        protected com.flower.docs.domain.common.Id scope
      • user

        protected java.lang.String user
      • password

        protected java.lang.String password
    • Constructor Detail

      • LoginRequest

        public LoginRequest()
    • Method Detail

      • getScope

        public com.flower.docs.domain.common.Id getScope()
        Gets the value of the scope property.
        Returns:
        possible object is Id
      • setScope

        public void setScope​(com.flower.docs.domain.common.Id value)
        Sets the value of the scope property.
        Parameters:
        value - allowed object is Id
      • getUser

        public java.lang.String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(java.lang.String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • getPassword

        public java.lang.String getPassword()
        Gets the value of the password property.
        Returns:
        possible object is String
      • setPassword

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