Class AuthenticationRequest
- java.lang.Object
-
- cronapp.framework.authentication.token.AuthenticationRequest
-
public class AuthenticationRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRequest()AuthenticationRequest(String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPassword()StringgetUsername()inthashCode()voidsetPassword(String password)voidsetUsername(String username)StringtoString()
-