Class UserAccount


  • public class UserAccount
    extends Object
    • Constructor Detail

      • UserAccount

        public UserAccount​(EmailAddress theEmailAddress)
        UserAccount for user in keycloak with email address and password
        Parameters:
        theEmailAddress - - the keycloak email address and the username
      • UserAccount

        public UserAccount​(EmailAddress theEmailAddress,
                           Password thePassword)
        UserAccount for user in keycloak with email address and password
        Parameters:
        theEmailAddress - - the keycloak email address and the username
        thePassword - - the keycloak password
      • UserAccount

        public UserAccount​(Username theUsername,
                           EmailAddress theEmailAddress,
                           Password thePassword)
        UserAccount for user in keycloak with username, email address and password
        Parameters:
        theUsername - - the keycloak username
        theEmailAddress - - the keycloak email address
        thePassword - - the keycloak password