Uses of Class
de.terrestris.shoguncore.model.token.RegistrationToken
-
Packages that use RegistrationToken Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.service -
-
Uses of RegistrationToken in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type RegistrationToken Modifier and Type Class Description classRegistrationTokenDao<E extends RegistrationToken> -
Uses of RegistrationToken in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type RegistrationToken Modifier and Type Class Description classRegistrationTokenService<E extends RegistrationToken,D extends RegistrationTokenDao<E>>Fields in de.terrestris.shoguncore.service with type parameters of type RegistrationToken Modifier and Type Field Description protected RegistrationTokenService<RegistrationToken,RegistrationTokenDao<RegistrationToken>>UserService. registrationTokenServiceRegistration token serviceprotected RegistrationTokenService<RegistrationToken,RegistrationTokenDao<RegistrationToken>>UserService. registrationTokenServiceRegistration token serviceMethods in de.terrestris.shoguncore.service with parameters of type RegistrationToken Modifier and Type Method Description voidRegistrationTokenService. deleteTokenAfterActivation(RegistrationToken token)This method has noPreAuthorizeannotation and should only be used after an user account has been activated.
-