com.liferay.portal.service.impl
Class PasswordTrackerLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.PasswordTrackerLocalServiceBaseImpl
com.liferay.portal.service.impl.PasswordTrackerLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PasswordTrackerLocalService, PersistedModelLocalService
public class PasswordTrackerLocalServiceImpl
- extends PasswordTrackerLocalServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.PasswordTrackerLocalServiceBaseImpl |
counterLocalService, passwordPolicyFinder, passwordPolicyLocalService, passwordPolicyPersistence, passwordPolicyService, passwordTrackerLocalService, passwordTrackerPersistence, persistedModelLocalServiceRegistry, userFinder, userLocalService, userPersistence, userService |
| Methods inherited from class com.liferay.portal.service.base.PasswordTrackerLocalServiceBaseImpl |
addPasswordTracker, afterPropertiesSet, createPasswordTracker, deletePasswordTracker, deletePasswordTracker, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPasswordTracker, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPasswordPolicyFinder, getPasswordPolicyLocalService, getPasswordPolicyPersistence, getPasswordPolicyService, getPasswordTracker, getPasswordTrackerLocalService, getPasswordTrackerPersistence, getPasswordTrackers, getPasswordTrackersCount, getPersistedModel, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setPasswordPolicyFinder, setPasswordPolicyLocalService, setPasswordPolicyPersistence, setPasswordPolicyService, setPasswordTrackerLocalService, setPasswordTrackerPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updatePasswordTracker |
| 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)
isSameAsCurrentPassword
public boolean isSameAsCurrentPassword(long userId,
String newClearTextPwd)
throws PortalException
- Throws:
PortalException
isValidPassword
public boolean isValidPassword(long userId,
String newClearTextPwd)
throws PortalException
- Throws:
PortalException
trackPassword
public void trackPassword(long userId,
String encPassword)
throws PortalException
- Throws:
PortalException