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 forUser.setType(String)
when creating new users from theUserRegistrationService
.- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
DefaultUserTypes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
resolveType(UserRegistration registration)
When registering new users within this service what type of discrimination they have
-
-
-
Method Detail
-
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
-
-