Interface UserManageable

    • Method Detail

      • updateUser

        UserManageable updateUser​(UserModel user,
                                  java.util.HashMap<java.lang.String,​java.lang.String> attributes)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • assertUserExists

        UserManageable assertUserExists​(UserModel user)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • assertUserDoesNotExist

        UserManageable assertUserDoesNotExist​(UserModel user)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception