Uses of Class
org.craftercms.profile.api.VerificationToken
Packages that use VerificationToken
Package
Description
-
Uses of VerificationToken in org.craftercms.profile.api.services
Methods in org.craftercms.profile.api.services that return VerificationTokenModifier and TypeMethodDescriptionProfileService.createVerificationToken(String profileId) Creates a token that can be sent to the user in an email as a link.ProfileService.getVerificationToken(String tokenId) Returns the verification token that corresponds to the given ID. -
Uses of VerificationToken in org.craftercms.profile.controllers.rest
Methods in org.craftercms.profile.controllers.rest that return VerificationTokenModifier and TypeMethodDescriptionProfileController.createVerificationToken(String profileId) ProfileController.getVerificationToken(String tokenId) -
Uses of VerificationToken in org.craftercms.profile.services
Methods in org.craftercms.profile.services that return VerificationTokenModifier and TypeMethodDescriptionVerificationService.createToken(Profile profile) Creates a new verification token.Returns the token that corresponds to the specified IDMethods in org.craftercms.profile.services with parameters of type VerificationToken -
Uses of VerificationToken in org.craftercms.profile.services.impl
Methods in org.craftercms.profile.services.impl that return VerificationTokenModifier and TypeMethodDescriptionVerificationServiceImpl.createToken(Profile profile) ProfileServiceImpl.createVerificationToken(String profileId) ProfileServiceRestClient.createVerificationToken(String profileId) ProfileServiceImpl.getVerificationToken(String tokenId) ProfileServiceRestClient.getVerificationToken(String tokenId) Methods in org.craftercms.profile.services.impl with parameters of type VerificationToken