com.liferay.portal.service.impl
Class PasswordPolicyServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.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

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

PasswordPolicyServiceImpl

public PasswordPolicyServiceImpl()
Method Detail

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