Package overit.geocall.base.rs2.auth
Class AuthRequest
java.lang.Object
overit.geocall.base.rs2.auth.AuthRequest
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
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal Stringfinal voidsetPassword(String password) final voidsetUsername(String username)
-
Constructor Details
-
AuthRequest
public AuthRequest()
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-