Module quak.framework.security
Class SimpleCredentials
java.lang.Object
io.john.amiscaray.quak.security.auth.credentials.SimpleCredentials
- All Implemented Interfaces:
Credentials
Simple user credentials: a username and a password.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the password.Gets the username.
-
Constructor Details
-
SimpleCredentials
public SimpleCredentials()
-
-
Method Details
-
getUsername
Description copied from interface:CredentialsGets the username.- Specified by:
getUsernamein interfaceCredentials- Returns:
- The username.
-
getPassword
Description copied from interface:CredentialsGets the password.- Specified by:
getPasswordin interfaceCredentials- Returns:
- The password.
-