public class PasswordTrackerLocalServiceImpl
extends PasswordTrackerLocalServiceBaseImpl
Constructor and Description |
---|
PasswordTrackerLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
deletePasswordTrackers(long userId) |
boolean |
isSameAsCurrentPassword(long userId,
java.lang.String newClearTextPwd) |
boolean |
isValidPassword(long userId,
java.lang.String newClearTextPwd) |
void |
trackPassword(long userId,
java.lang.String encPassword) |
public void deletePasswordTrackers(long userId)
public boolean isSameAsCurrentPassword(long userId, java.lang.String newClearTextPwd) throws PortalException
PortalException
public boolean isValidPassword(long userId, java.lang.String newClearTextPwd) throws PortalException
PortalException
public void trackPassword(long userId, java.lang.String encPassword) throws PortalException
PortalException