Interface UserRegistrationTypeResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UserRegistrationTypeResolver
Hook point for User.setType(String) when creating new users from the UserRegistrationService.
Author:
Phillip Verheyden (phillipuniverse)
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    When registering new users within this service what type of discrimination they have
  • Method Details

    • resolveType

      String resolveType(UserRegistration registration)
      When registering new users within this service what type of discrimination they have
      Returns:
      the user type that should be resolved