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 Details

    • UsernamePasswordCredential

      public UsernamePasswordCredential(String un, String pw)
  • Method Details