Class UsernamePasswordAuthentication
java.lang.Object
com.labs64.netlicensing.provider.auth.UsernamePasswordAuthentication
- All Implemented Interfaces:
Authentication
-
Constructor Summary
ConstructorsConstructorDescriptionUsernamePasswordAuthentication(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:
getUsernamein interfaceAuthentication
-
getPassword
- Specified by:
getPasswordin interfaceAuthentication
-