Class UsernamePasswordAuthentication
java.lang.Object
com.labs64.netlicensing.provider.auth.UsernamePasswordAuthentication
- All Implemented Interfaces:
Authentication
-
Constructor Summary
ConstructorDescriptionUsernamePasswordAuthentication
(String username, String password) Constructor -
Method Summary
-
Constructor Details
-
UsernamePasswordAuthentication
Constructor- Parameters:
username
- for basic HTTP authenticationpassword
- for basic HTTP authentication
-
-
Method Details
-
getUsername
- Specified by:
getUsername
in interfaceAuthentication
-
getPassword
- Specified by:
getPassword
in interfaceAuthentication
-