-
- All Implemented Interfaces:
public final class Auth.UserPass extends Auth
Authentication with username and password, usually Auth.Cookie should be preferred
-
-
Constructor Summary
Constructors Constructor Description Auth.UserPass(String username, String password)
-
Method Summary
Modifier and Type Method Description final String
getUsername()
final String
getPassword()
-
-
Method Detail
-
getUsername
final String getUsername()
-
getPassword
final String getPassword()
-
-
-
-