Class AuthRequest

java.lang.Object
overit.geocall.base.rs2.auth.AuthRequest

public class AuthRequest extends Object
Data transfer object representing an authentication request. It containing the user credentials that will be used to perform the authentication based on the explicit username and password.
Sometimes, the username field can contains also the company information using the format username@company. Otherwise the company will be extracted from the one specified into the configuration file.
Since:
9.0
GCApi:
dto
  • Constructor Details

    • AuthRequest

      public AuthRequest()
  • Method Details

    • getUsername

      public final String getUsername()
    • setUsername

      public final void setUsername(String username)
    • getPassword

      public final String getPassword()
    • setPassword

      public final void setPassword(String password)