Package 

Object CreateUserCommand.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit createUser(String user, String password) Create a new user or override the password of an existing user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • createUser

         final Unit createUser(String user, String password)

        Create a new user or override the password of an existing user. The password will automatically be encrypted with argon2d

        Parameters:
        user - The username.
        password - The password.