UserRegistrationServiceForSecman

An implementation of UserRegistrationService to allow users to be automatically created with the configured initial role(s).

API

UserRegistrationServiceForSecman.java
class UserRegistrationServiceForSecman {
  boolean usernameExists(String username)
  void registerUser(UserDetails userDetails)
  boolean emailExists(String emailAddress)
  boolean updatePasswordByEmail(String emailAddress, String password)
}