Interface UserLoginGenerator

All Known Implementing Classes:
ForbiddenUserLoginGenerator, SimpleUserLoginGenerator, UUIDUserLoginGenerator

public interface UserLoginGenerator
A login generator that can be used to create logins (ids) for users.
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type Method Description
    java.lang.String generateLogin​(CreateUserRepresentation request)
    Generate a login from the provided request
  • Method Details

    • generateLogin

      java.lang.String generateLogin​(CreateUserRepresentation request)
      Generate a login from the provided request
      Parameters:
      request - the request that is used to create the user
      Returns:
      the generated login for the user