abstract fun insertUser(username: String, password: String, roles: MutableList<String>, permissions: MutableList<String>, resultHandler: Handler<AsyncResult<String>>): Unit
Insert a new user into mongo in the convenient way
username - the username to be set
password - the passsword in clear text, will be adapted following the definitions of the defined HashStrategy
roles - a list of roles to be set
permissions - a list of permissions to be set
resultHandler - the ResultHandler will be provided with the id of the generated record