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.
 
Hook point for 
User.setType(String) when creating new users from the
 UserRegistrationService.- Author:
 - Phillip Verheyden (phillipuniverse)
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionresolveType(UserRegistration registration) When registering new users within this service what type of discrimination they have 
- 
Method Details
- 
resolveType
When registering new users within this service what type of discrimination they have- Returns:
 - the user type that should be resolved
 
 
 -