Package io.continual.iam.credentials
Class UsernamePasswordCredential
- java.lang.Object
-
- io.continual.iam.credentials.UsernamePasswordCredential
-
public class UsernamePasswordCredential extends Object
A username and password credential. Note that username and userId (used as the key to the user database) are not necessarily the same value.
-
-
Constructor Summary
Constructors Constructor Description UsernamePasswordCredential(String un, String pw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()StringgetUsername()StringtoString()
-