Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class PasswordPolicyServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.PasswordPolicyServiceBaseImpl
          extended by com.liferay.portal.service.impl.PasswordPolicyServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, PasswordPolicyService

public class PasswordPolicyServiceImpl
extends PasswordPolicyServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.PasswordPolicyServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, passwordPolicyFinder, passwordPolicyLocalService, passwordPolicyPersistence, passwordPolicyRelLocalService, passwordPolicyRelPersistence, passwordPolicyService, resourceLocalService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
PasswordPolicyServiceImpl()
           
 
Method Summary
 PasswordPolicy addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by addPasswordPolicy(String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext)
           
 void deletePasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portal.service.base.PasswordPolicyServiceBaseImpl
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPasswordPolicyFinder, getPasswordPolicyLocalService, getPasswordPolicyPersistence, getPasswordPolicyRelLocalService, getPasswordPolicyRelPersistence, getPasswordPolicyService, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setPasswordPolicyFinder, setPasswordPolicyLocalService, setPasswordPolicyPersistence, setPasswordPolicyRelLocalService, setPasswordPolicyRelPersistence, setPasswordPolicyService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, 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

@Deprecated
public PasswordPolicy addPasswordPolicy(String name,
                                                   String description,
                                                   boolean changeable,
                                                   boolean changeRequired,
                                                   long minAge,
                                                   boolean checkSyntax,
                                                   boolean allowDictionaryWords,
                                                   int minAlphanumeric,
                                                   int minLength,
                                                   int minLowerCase,
                                                   int minNumbers,
                                                   int minSymbols,
                                                   int minUpperCase,
                                                   boolean history,
                                                   int historyCount,
                                                   boolean expireable,
                                                   long maxAge,
                                                   long warningTime,
                                                   int graceLimit,
                                                   boolean lockout,
                                                   int maxFailure,
                                                   long lockoutDuration,
                                                   long resetFailureCount,
                                                   long resetTicketMaxAge)
                                 throws PortalException
Deprecated. As of 6.2.0, replaced by addPasswordPolicy(String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)

Throws:
PortalException

addPasswordPolicy

public PasswordPolicy addPasswordPolicy(String name,
                                        String description,
                                        boolean changeable,
                                        boolean changeRequired,
                                        long minAge,
                                        boolean checkSyntax,
                                        boolean allowDictionaryWords,
                                        int minAlphanumeric,
                                        int minLength,
                                        int minLowerCase,
                                        int minNumbers,
                                        int minSymbols,
                                        int minUpperCase,
                                        String regex,
                                        boolean history,
                                        int historyCount,
                                        boolean expireable,
                                        long maxAge,
                                        long warningTime,
                                        int graceLimit,
                                        boolean lockout,
                                        int maxFailure,
                                        long lockoutDuration,
                                        long resetFailureCount,
                                        long resetTicketMaxAge,
                                        ServiceContext serviceContext)
                                 throws PortalException
Throws:
PortalException

deletePasswordPolicy

public void deletePasswordPolicy(long passwordPolicyId)
                          throws PortalException
Throws:
PortalException

fetchPasswordPolicy

public PasswordPolicy fetchPasswordPolicy(long passwordPolicyId)
                                   throws PortalException
Throws:
PortalException

updatePasswordPolicy

@Deprecated
public PasswordPolicy updatePasswordPolicy(long passwordPolicyId,
                                                      String name,
                                                      String description,
                                                      boolean changeable,
                                                      boolean changeRequired,
                                                      long minAge,
                                                      boolean checkSyntax,
                                                      boolean allowDictionaryWords,
                                                      int minAlphanumeric,
                                                      int minLength,
                                                      int minLowerCase,
                                                      int minNumbers,
                                                      int minSymbols,
                                                      int minUpperCase,
                                                      boolean history,
                                                      int historyCount,
                                                      boolean expireable,
                                                      long maxAge,
                                                      long warningTime,
                                                      int graceLimit,
                                                      boolean lockout,
                                                      int maxFailure,
                                                      long lockoutDuration,
                                                      long resetFailureCount,
                                                      long resetTicketMaxAge)
                                    throws PortalException
Deprecated. As of 6.2.0, replaced by updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)

Throws:
PortalException

updatePasswordPolicy

public PasswordPolicy updatePasswordPolicy(long passwordPolicyId,
                                           String name,
                                           String description,
                                           boolean changeable,
                                           boolean changeRequired,
                                           long minAge,
                                           boolean checkSyntax,
                                           boolean allowDictionaryWords,
                                           int minAlphanumeric,
                                           int minLength,
                                           int minLowerCase,
                                           int minNumbers,
                                           int minSymbols,
                                           int minUpperCase,
                                           String regex,
                                           boolean history,
                                           int historyCount,
                                           boolean expireable,
                                           long maxAge,
                                           long warningTime,
                                           int graceLimit,
                                           boolean lockout,
                                           int maxFailure,
                                           long lockoutDuration,
                                           long resetFailureCount,
                                           long resetTicketMaxAge,
                                           ServiceContext serviceContext)
                                    throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4