Uses of Interface
org.broadleafcommerce.profile.core.domain.CustomerForgotPasswordSecurityToken
Packages that use CustomerForgotPasswordSecurityToken
Package
Description
-
Uses of CustomerForgotPasswordSecurityToken in org.broadleafcommerce.profile.core.dao
Methods in org.broadleafcommerce.profile.core.dao that return CustomerForgotPasswordSecurityTokenModifier and TypeMethodDescriptionCustomerForgotPasswordSecurityTokenDao.saveToken(CustomerForgotPasswordSecurityToken token) CustomerForgotPasswordSecurityTokenDaoImpl.saveToken(CustomerForgotPasswordSecurityToken token) Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type CustomerForgotPasswordSecurityTokenModifier and TypeMethodDescriptionCustomerForgotPasswordSecurityTokenDao.readUnusedTokensByCustomerId(Long customerId) CustomerForgotPasswordSecurityTokenDaoImpl.readUnusedTokensByCustomerId(Long customerId) Methods in org.broadleafcommerce.profile.core.dao with parameters of type CustomerForgotPasswordSecurityTokenModifier and TypeMethodDescriptionCustomerForgotPasswordSecurityTokenDao.saveToken(CustomerForgotPasswordSecurityToken token) CustomerForgotPasswordSecurityTokenDaoImpl.saveToken(CustomerForgotPasswordSecurityToken token) -
Uses of CustomerForgotPasswordSecurityToken in org.broadleafcommerce.profile.core.domain
Classes in org.broadleafcommerce.profile.core.domain that implement CustomerForgotPasswordSecurityTokenModifier and TypeClassDescriptionclassCreated by bpolster. -
Uses of CustomerForgotPasswordSecurityToken in org.broadleafcommerce.profile.core.service
Methods in org.broadleafcommerce.profile.core.service that return CustomerForgotPasswordSecurityTokenModifier and TypeMethodDescriptionprotected CustomerForgotPasswordSecurityTokenCustomerServiceImpl.checkPasswordResetToken(String token, Customer customer, GenericResponse response) Methods in org.broadleafcommerce.profile.core.service with parameters of type CustomerForgotPasswordSecurityTokenModifier and TypeMethodDescriptionprotected booleanCustomerServiceImpl.isTokenExpired(CustomerForgotPasswordSecurityToken fpst)