Package org.openhab.core.auth
Class UsernamePasswordCredentials
java.lang.Object
org.openhab.core.auth.UsernamePasswordCredentials
- All Implemented Interfaces:
 Credentials
Credentials which represent user name and password.
- Author:
 - Ćukasz Dywicki - Initial contribution, Kai Kreuzer - Added JavaDoc
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUsernamePasswordCredentials(String username, String password) Creates a new instance - 
Method Summary
 
- 
Constructor Details
- 
UsernamePasswordCredentials
Creates a new instance- Parameters:
 username- name of the userpassword- password of the user
 
 - 
 - 
Method Details