Package com.google.gerrit.server.auth
Class AuthRequest
- java.lang.Object
-
- com.google.gerrit.server.auth.AuthRequest
-
public abstract class AuthRequest extends Object
Defines an abstract request for user authentication to Gerrit.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AuthRequest(String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getPassword()
Returns the user's credentialsOptional<String>
getUsername()
Returns the username to be authenticated.
-