Uses of Interface
ru.cg.webbpm.modules.security.api.service.VerificationLinkService
Packages that use VerificationLinkService
Package
Description
-
Uses of VerificationLinkService in ru.cg.webbpm.modules.security.api.impl.service
Classes in ru.cg.webbpm.modules.security.api.impl.service that implement VerificationLinkService -
Uses of VerificationLinkService in security.controller
Methods in security.controller with parameters of type VerificationLinkServiceModifier and TypeMethodDescriptionvoid
AuthenticationController.setVerificationLinkService
(VerificationLinkService verificationLinkService) -
Uses of VerificationLinkService in security.listener
Constructors in security.listener with parameters of type VerificationLinkServiceModifierConstructorDescriptionConfirmationRequestListener
(VerificationLinkService verificationLinkService, org.springframework.core.io.ResourceLoader resourceLoader, javax.mail.Session session) ResetPasswordRequestListener
(VerificationLinkService verificationLinkService, org.springframework.core.io.ResourceLoader resourceLoader, javax.mail.Session session)