Class PasswordTrackerLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.PasswordTrackerLocalServiceBaseImpl
com.liferay.portal.service.impl.PasswordTrackerLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PasswordTrackerLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService

public class PasswordTrackerLocalServiceImpl extends PasswordTrackerLocalServiceBaseImpl
Author:
Brian Wing Shun Chan, Scott Lee
  • Constructor Details

    • PasswordTrackerLocalServiceImpl

      public PasswordTrackerLocalServiceImpl()
  • Method Details

    • deletePasswordTrackers

      public void deletePasswordTrackers(long userId)
    • isSameAsCurrentPassword

      public boolean isSameAsCurrentPassword(long userId, String newClearTextPwd) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isValidPassword

      public boolean isValidPassword(long userId, String newClearTextPwd) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • trackPassword

      public void trackPassword(long userId, String encPassword) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException