Package net.anwiba.commons.http
Class Authentication
- java.lang.Object
-
- net.anwiba.commons.http.Authentication
-
- All Implemented Interfaces:
IAuthentication
public final class Authentication extends java.lang.Object implements IAuthentication
-
-
Constructor Summary
Constructors Constructor Description Authentication(java.lang.String userName, java.lang.String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPassword()java.lang.StringgetUsername()
-
-
-
Method Detail
-
getUsername
public java.lang.String getUsername()
- Specified by:
getUsernamein interfaceIAuthentication
-
getPassword
public java.lang.String getPassword()
- Specified by:
getPasswordin interfaceIAuthentication
-
-