com.liferay.portal.service.impl
Class PasswordTrackerLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.PasswordTrackerLocalServiceBaseImpl
com.liferay.portal.service.impl.PasswordTrackerLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.PasswordTrackerLocalService
- public class PasswordTrackerLocalServiceImpl
- extends PasswordTrackerLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan, Scott Lee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordTrackerLocalServiceImpl
public PasswordTrackerLocalServiceImpl()
deletePasswordTrackers
public void deletePasswordTrackers(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
isSameAsCurrentPassword
public boolean isSameAsCurrentPassword(long userId,
java.lang.String newClearTextPwd)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isValidPassword
public boolean isValidPassword(long userId,
java.lang.String newClearTextPwd)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
trackPassword
public void trackPassword(long userId,
java.lang.String encPwd)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException