public abstract class AuthRequest extends Object
Modifier | Constructor and Description |
---|---|
protected |
AuthRequest(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
checkPassword(String pwd) |
String |
getPassword()
Returns the user's credentials
|
String |
getUsername()
Returns the username to be authenticated.
|
public final String getUsername()
public final String getPassword()
public void checkPassword(String pwd) throws AuthException
AuthException