Uses of Class
de.hybris.platform.core.model.user.UserPasswordChangeAuditModel
-
Packages that use UserPasswordChangeAuditModel Package Description de.hybris.platform.servicelayer.user de.hybris.platform.servicelayer.user.impl -
-
Uses of UserPasswordChangeAuditModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user with parameters of type UserPasswordChangeAuditModel Modifier and Type Method Description booleanUserService. isPasswordIdenticalToAudited(UserModel user, java.lang.String plainPassword, UserPasswordChangeAuditModel audit)Checks if password is the same as the previous password. -
Uses of UserPasswordChangeAuditModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl that return UserPasswordChangeAuditModel Modifier and Type Method Description UserPasswordChangeAuditModelUserAuditFactory. createUserPasswordChangeAudit(PK pk, java.lang.String uid, java.lang.String previousPassword, java.lang.String previousEncoding)Initializes UserAuditModel with uid, pk, previous password and encoding of the user.Methods in de.hybris.platform.servicelayer.user.impl with parameters of type UserPasswordChangeAuditModel Modifier and Type Method Description booleanDefaultUserService. isPasswordIdenticalToAudited(UserModel user, java.lang.String plainPassword, UserPasswordChangeAuditModel audit)
-