|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.impl.PrincipalBean
com.liferay.portal.service.impl.PasswordPolicyServiceImpl
| Field Summary |
| Fields inherited from class com.liferay.portal.service.impl.PrincipalBean |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
PasswordPolicyServiceImpl()
|
|
| 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 com.liferay.portal.service.impl.PrincipalBean |
getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PasswordPolicyServiceImpl()
| Method Detail |
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
addPasswordPolicy in interface com.liferay.portal.service.PasswordPolicyServicecom.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deletePasswordPolicy(long passwordPolicyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
deletePasswordPolicy in interface com.liferay.portal.service.PasswordPolicyServicecom.liferay.portal.PortalException
com.liferay.portal.SystemException
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
updatePasswordPolicy in interface com.liferay.portal.service.PasswordPolicyServicecom.liferay.portal.PortalException
com.liferay.portal.SystemException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||