Uses of Class
de.narimo.geocore.ws.registration.UserRegistrationDetails
-
Packages that use UserRegistrationDetails Package Description de.narimo.geocore.ws.registration de.narimo.geocore.ws.repository -
-
Uses of UserRegistrationDetails in de.narimo.geocore.ws.registration
Methods in de.narimo.geocore.ws.registration with parameters of type UserRegistrationDetails Modifier and Type Method Description static StringRegistrationProvider. registerUser(UserRegistrationDetails registrationDetails) -
Uses of UserRegistrationDetails in de.narimo.geocore.ws.repository
Methods in de.narimo.geocore.ws.repository with parameters of type UserRegistrationDetails Modifier and Type Method Description static StringUserRepository. createUser(UserRegistrationDetails registrationDetails)Creates a user and returns the alphanumeric secret that has been created for the user to validate his account.
-