com.liferay.portal.service.impl
Class PasswordPolicyServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portal.service.impl.PasswordPolicyServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.PasswordPolicyService
- public class PasswordPolicyServiceImpl
- extends PrincipalBean
- implements com.liferay.portal.service.PasswordPolicyService
View Source
- Author:
- Scott Lee
Method Summary |
com.liferay.portal.model.PasswordPolicy |
addPasswordPolicy(java.lang.String name,
java.lang.String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minLength,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount)
|
void |
deletePasswordPolicy(long passwordPolicyId)
|
com.liferay.portal.model.PasswordPolicy |
updatePasswordPolicy(long passwordPolicyId,
java.lang.String name,
java.lang.String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minLength,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordPolicyServiceImpl
public PasswordPolicyServiceImpl()
addPasswordPolicy
public com.liferay.portal.model.PasswordPolicy addPasswordPolicy(java.lang.String name,
java.lang.String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minLength,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addPasswordPolicy
in interface com.liferay.portal.service.PasswordPolicyService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deletePasswordPolicy
public void deletePasswordPolicy(long passwordPolicyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deletePasswordPolicy
in interface com.liferay.portal.service.PasswordPolicyService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updatePasswordPolicy
public com.liferay.portal.model.PasswordPolicy updatePasswordPolicy(long passwordPolicyId,
java.lang.String name,
java.lang.String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minLength,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updatePasswordPolicy
in interface com.liferay.portal.service.PasswordPolicyService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException