Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.PasswordPolicy

Packages that use PasswordPolicy
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.security.pwd   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.passwordpoliciesadmin.search   
 

Uses of PasswordPolicy in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PasswordPolicy
 class PasswordPolicyWrapper
           This class is a wrapper for PasswordPolicy.
 

Methods in com.liferay.portal.model that return PasswordPolicy
 PasswordPolicy User.getPasswordPolicy()
           
 PasswordPolicy UserWrapper.getPasswordPolicy()
           
 PasswordPolicy PasswordPolicyWrapper.getWrappedModel()
           
 PasswordPolicy PasswordPolicyWrapper.getWrappedPasswordPolicy()
          Deprecated. Renamed to PasswordPolicyWrapper.getWrappedModel()
 PasswordPolicy PasswordPolicyModel.toEscapedModel()
           
 PasswordPolicy PasswordPolicyWrapper.toEscapedModel()
           
 PasswordPolicy PasswordPolicyModel.toUnescapedModel()
           
 PasswordPolicy PasswordPolicyWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PasswordPolicy
 CacheModel<PasswordPolicy> PasswordPolicyModel.toCacheModel()
           
 CacheModel<PasswordPolicy> PasswordPolicyWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PasswordPolicy
 int PasswordPolicyModel.compareTo(PasswordPolicy passwordPolicy)
           
 int PasswordPolicyWrapper.compareTo(PasswordPolicy passwordPolicy)
           
static PasswordPolicySoap PasswordPolicySoap.toSoapModel(PasswordPolicy model)
           
static PasswordPolicySoap[] PasswordPolicySoap.toSoapModels(PasswordPolicy[] models)
           
static PasswordPolicySoap[][] PasswordPolicySoap.toSoapModels(PasswordPolicy[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PasswordPolicy
static PasswordPolicySoap[] PasswordPolicySoap.toSoapModels(List<PasswordPolicy> models)
           
 

Constructors in com.liferay.portal.model with parameters of type PasswordPolicy
PasswordPolicyWrapper(PasswordPolicy passwordPolicy)
           
 

Uses of PasswordPolicy in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement PasswordPolicy
 class PasswordPolicyBaseImpl
          The extended model base implementation for the PasswordPolicy service.
 class PasswordPolicyImpl
           
 

Methods in com.liferay.portal.model.impl that return PasswordPolicy
 PasswordPolicy UserImpl.getPasswordPolicy()
           
 PasswordPolicy PasswordPolicyCacheModel.toEntityModel()
           
 PasswordPolicy PasswordPolicyModelImpl.toEscapedModel()
           
static PasswordPolicy PasswordPolicyModelImpl.toModel(PasswordPolicySoap soapModel)
          Converts the soap model instance into a normal model instance.
 PasswordPolicy PasswordPolicyModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type PasswordPolicy
 CacheModel<PasswordPolicy> PasswordPolicyModelImpl.toCacheModel()
           
static List<PasswordPolicy> PasswordPolicyModelImpl.toModels(PasswordPolicySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type PasswordPolicy
 int PasswordPolicyModelImpl.compareTo(PasswordPolicy passwordPolicy)
           
 

Uses of PasswordPolicy in com.liferay.portal.security.pwd
 

Methods in com.liferay.portal.security.pwd with parameters of type PasswordPolicy
 String Toolkit.generate(PasswordPolicy passwordPolicy)
           
 String ToolkitWrapper.generate(PasswordPolicy passwordPolicy)
           
abstract  String BasicToolkit.generate(PasswordPolicy passwordPolicy)
           
 String RegExpToolkit.generate(PasswordPolicy passwordPolicy)
           
 String PasswordPolicyToolkit.generate(PasswordPolicy passwordPolicy)
           
static String PwdToolkitUtil.generate(PasswordPolicy passwordPolicy)
           
protected  String PasswordPolicyToolkit.generateDynamic(PasswordPolicy passwordPolicy)
           
protected  String PasswordPolicyToolkit.generateStatic(PasswordPolicy passwordPolicy)
           
static void PwdToolkitUtil.validate(long companyId, long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
 void Toolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
 void ToolkitWrapper.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
abstract  void BasicToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
 void RegExpToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
 void PasswordPolicyToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
 void Toolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy)
           
 void ToolkitWrapper.validate(String password1, String password2, PasswordPolicy passwordPolicy)
           
 void BasicToolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy)
           
 

Uses of PasswordPolicy in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceWrapper.addPasswordPolicy(long userId, boolean defaultPolicy, 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)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.addPasswordPolicy(long userId, boolean defaultPolicy, 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)
           
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(long userId, boolean defaultPolicy, 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)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
static PasswordPolicy PasswordPolicyServiceUtil.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)
           
 PasswordPolicy PasswordPolicyServiceWrapper.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)
           
 PasswordPolicy PasswordPolicyService.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)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
static PasswordPolicy PasswordPolicyLocalServiceUtil.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalService.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy(long passwordPolicyId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalService.fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getDefaultPasswordPolicy(long companyId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long[] organizationIds)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId(long userId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId)
           
static PasswordPolicy PasswordPolicyServiceUtil.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)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.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)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.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)
           
 PasswordPolicy PasswordPolicyServiceWrapper.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)
           
 PasswordPolicy PasswordPolicyService.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)
           
 PasswordPolicy PasswordPolicyLocalService.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)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type PasswordPolicy
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyLocalService.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyLocalService.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service with parameters of type PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
 

Uses of PasswordPolicy in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type PasswordPolicy
 List<PasswordPolicy> PasswordPolicyLocalServiceBaseImpl.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
 

Methods in com.liferay.portal.service.base with parameters of type PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
 

Uses of PasswordPolicy in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return PasswordPolicy
static PasswordPolicy PasswordPolicyServiceHttp.addPasswordPolicy(HttpPrincipal httpPrincipal, 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)
           
static PasswordPolicy PasswordPolicyServiceHttp.updatePasswordPolicy(HttpPrincipal httpPrincipal, 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)
           
 

Uses of PasswordPolicy in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceImpl.addPasswordPolicy(long userId, boolean defaultPolicy, 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)
           
 PasswordPolicy PasswordPolicyServiceImpl.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)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.deletePasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
 PasswordPolicy PasswordPolicyLocalServiceImpl.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.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)
           
 PasswordPolicy PasswordPolicyServiceImpl.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)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type PasswordPolicy
 List<PasswordPolicy> PasswordPolicyLocalServiceImpl.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service.impl with parameters of type PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
           
 

Uses of PasswordPolicy in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return PasswordPolicy
static PasswordPolicy PasswordPolicyUtil.create(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyPersistence.create(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyPersistenceImpl.create(long passwordPolicyId)
          Creates a new password policy with the primary key.
static PasswordPolicy PasswordPolicyUtil.fetchByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.fetchByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found.
static PasswordPolicy PasswordPolicyUtil.fetchByC_DP(long companyId, boolean defaultPolicy, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicy PasswordPolicyPersistence.fetchByC_DP(long companyId, boolean defaultPolicy, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByC_DP(long companyId, boolean defaultPolicy, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache.
static PasswordPolicy PasswordPolicyUtil.fetchByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.fetchByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found.
static PasswordPolicy PasswordPolicyUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicy PasswordPolicyPersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static PasswordPolicy PasswordPolicyUtil.fetchByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.fetchByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the password policy with the primary key or returns null if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the password policy with the primary key or throws a NoSuchModelException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistence.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.remove(Serializable primaryKey)
          Removes the password policy with the primary key from the database.
static PasswordPolicy PasswordPolicyUtil.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 PasswordPolicy PasswordPolicyPersistence.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
static PasswordPolicy PasswordPolicyUtil.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
 PasswordPolicy PasswordPolicyPersistence.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
protected  PasswordPolicy PasswordPolicyPersistenceImpl.removeImpl(PasswordPolicy passwordPolicy)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.toUnwrappedModel(PasswordPolicy passwordPolicy)
           
static PasswordPolicy PasswordPolicyUtil.update(PasswordPolicy passwordPolicy, boolean merge)
           
static PasswordPolicy PasswordPolicyUtil.update(PasswordPolicy passwordPolicy, boolean merge, ServiceContext serviceContext)
           
static PasswordPolicy PasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 PasswordPolicy PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 PasswordPolicy PasswordPolicyPersistenceImpl.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PasswordPolicy
static List<PasswordPolicy> PasswordPolicyUtil.findAll()
          Returns all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll()
          Returns all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findAll()
          Returns all the password policies.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findAll(int start, int end)
          Returns a range of all the password policies.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
static List<PasswordPolicy> PasswordPolicyFinderUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyFinderImpl.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
static List<PasswordPolicy> PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PasswordPolicy> PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PasswordPolicy> PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PasswordPolicy
static void PasswordPolicyUtil.cacheResult(PasswordPolicy passwordPolicy)
          Caches the password policy in the entity cache if it is enabled.
 void PasswordPolicyPersistence.cacheResult(PasswordPolicy passwordPolicy)
          Caches the password policy in the entity cache if it is enabled.
 void PasswordPolicyPersistenceImpl.cacheResult(PasswordPolicy passwordPolicy)
          Caches the password policy in the entity cache if it is enabled.
protected  void PasswordPolicyPersistenceImpl.cacheUniqueFindersCache(PasswordPolicy passwordPolicy)
           
static void PasswordPolicyUtil.clearCache(PasswordPolicy passwordPolicy)
           
 void PasswordPolicyPersistenceImpl.clearCache(PasswordPolicy passwordPolicy)
          Clears the cache for the password policy.
protected  void PasswordPolicyPersistenceImpl.clearUniqueFindersCache(PasswordPolicy passwordPolicy)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.removeImpl(PasswordPolicy passwordPolicy)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.toUnwrappedModel(PasswordPolicy passwordPolicy)
           
static PasswordPolicy PasswordPolicyUtil.update(PasswordPolicy passwordPolicy, boolean merge)
           
static PasswordPolicy PasswordPolicyUtil.update(PasswordPolicy passwordPolicy, boolean merge, ServiceContext serviceContext)
           
static PasswordPolicy PasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 PasswordPolicy PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 PasswordPolicy PasswordPolicyPersistenceImpl.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PasswordPolicy
static void PasswordPolicyUtil.cacheResult(List<PasswordPolicy> passwordPolicies)
          Caches the password policies in the entity cache if it is enabled.
 void PasswordPolicyPersistence.cacheResult(List<PasswordPolicy> passwordPolicies)
          Caches the password policies in the entity cache if it is enabled.
 void PasswordPolicyPersistenceImpl.cacheResult(List<PasswordPolicy> passwordPolicies)
          Caches the password policies in the entity cache if it is enabled.
 void PasswordPolicyPersistenceImpl.clearCache(List<PasswordPolicy> passwordPolicies)
           
 

Uses of PasswordPolicy in com.liferay.portlet.passwordpoliciesadmin.search
 

Constructors in com.liferay.portlet.passwordpoliciesadmin.search with parameters of type PasswordPolicy
OrganizationPasswordPolicyChecker(RenderResponse renderResponse, PasswordPolicy passwordPolicy)
           
UserPasswordPolicyChecker(RenderResponse renderResponse, PasswordPolicy passwordPolicy)
           
 


Liferay 6.1.2-ce-ga3