|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
UserWrapper.getPasswordPolicy()
|
PasswordPolicy |
User.getPasswordPolicy()
|
PasswordPolicy |
PasswordPolicyWrapper.getWrappedPasswordPolicy()
|
PasswordPolicy |
PasswordPolicyWrapper.toEscapedModel()
|
PasswordPolicy |
PasswordPolicyModel.toEscapedModel()
|
Methods in com.liferay.portal.model with parameters of type PasswordPolicy | |
---|---|
int |
PasswordPolicyWrapper.compareTo(PasswordPolicy passwordPolicy)
|
int |
PasswordPolicyModel.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 |
PasswordPolicyImpl
|
Methods in com.liferay.portal.model.impl that return PasswordPolicy | |
---|---|
PasswordPolicy |
UserImpl.getPasswordPolicy()
|
PasswordPolicy |
PasswordPolicyModelImpl.toEscapedModel()
|
static PasswordPolicy |
PasswordPolicyModelImpl.toModel(PasswordPolicySoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portal.model.impl that return types with arguments of type PasswordPolicy | |
---|---|
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 |
RegExpToolkit.generate(PasswordPolicy passwordPolicy)
|
static String |
PwdToolkitUtil.generate(PasswordPolicy passwordPolicy)
|
String |
PasswordPolicyToolkit.generate(PasswordPolicy passwordPolicy)
|
abstract String |
BasicToolkit.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 |
RegExpToolkit.validate(long userId,
String password1,
String password2,
PasswordPolicy passwordPolicy)
|
void |
PasswordPolicyToolkit.validate(long userId,
String password1,
String password2,
PasswordPolicy passwordPolicy)
|
abstract void |
BasicToolkit.validate(long userId,
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. |
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)
|
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 |
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.getDefaultPasswordPolicy(long companyId)
|
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy(long companyId)
|
PasswordPolicy |
PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId)
|
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long passwordPolicyId)
Gets the password policy with the primary key. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.getPasswordPolicy(long passwordPolicyId)
Gets the password policy with the primary key. |
PasswordPolicy |
PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId)
Gets 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)
|
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)
|
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 |
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 |
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 |
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. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database. |
PasswordPolicy |
PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
Updates the password policy in the database. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
Updates the password policy in the database. |
PasswordPolicy |
PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
Updates the password policy in the database. |
Methods in com.liferay.portal.service that return types with arguments of type PasswordPolicy | |
---|---|
List<PasswordPolicy> |
PasswordPolicyLocalServiceWrapper.getPasswordPolicies(int start,
int end)
Gets a range of all the password policies. |
static List<PasswordPolicy> |
PasswordPolicyLocalServiceUtil.getPasswordPolicies(int start,
int end)
Gets a range of all the password policies. |
List<PasswordPolicy> |
PasswordPolicyLocalService.getPasswordPolicies(int start,
int end)
Gets 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. |
void |
PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
Deletes the password policy from the database. |
static void |
PasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy)
Deletes the password policy from the database. |
void |
PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
Deletes the password policy from the database. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database. |
PasswordPolicy |
PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
Updates the password policy in the database. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
Updates the password policy in the database. |
PasswordPolicy |
PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
Updates the password policy in the database. |
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.getPasswordPolicy(long passwordPolicyId)
Gets the password policy with the primary key. |
PasswordPolicy |
PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database. |
PasswordPolicy |
PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
Updates the password policy in the database. |
Methods in com.liferay.portal.service.base that return types with arguments of type PasswordPolicy | |
---|---|
List<PasswordPolicy> |
PasswordPolicyLocalServiceBaseImpl.getPasswordPolicies(int start,
int end)
Gets 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. |
void |
PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
Deletes the password policy from the database. |
PasswordPolicy |
PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database. |
PasswordPolicy |
PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
Updates the password policy in the database. |
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)
|
Methods in com.liferay.portal.service.http with parameters of type PasswordPolicy | |
---|---|
static JSONArray |
PasswordPolicyJSONSerializer.toJSONArray(PasswordPolicy[] models)
|
static JSONArray |
PasswordPolicyJSONSerializer.toJSONArray(PasswordPolicy[][] models)
|
static JSONObject |
PasswordPolicyJSONSerializer.toJSONObject(PasswordPolicy model)
|
Method parameters in com.liferay.portal.service.http with type arguments of type PasswordPolicy | |
---|---|
static JSONArray |
PasswordPolicyJSONSerializer.toJSONArray(List<PasswordPolicy> models)
|
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.getDefaultPasswordPolicy(long companyId)
|
PasswordPolicy |
PasswordPolicyLocalServiceImpl.getPasswordPolicy(long passwordPolicyId)
|
PasswordPolicy |
PasswordPolicyLocalServiceImpl.getPasswordPolicy(long companyId,
long[] organizationIds)
|
PasswordPolicy |
PasswordPolicyLocalServiceImpl.getPasswordPolicy(long companyId,
long organizationId,
long locationId)
Deprecated. |
PasswordPolicy |
PasswordPolicyLocalServiceImpl.getPasswordPolicyByUserId(long userId)
|
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)
|
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)
|
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)
|
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)
Finds the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.fetchByC_DP(long companyId,
boolean defaultPolicy)
Finds the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistenceImpl.fetchByC_DP(long companyId,
boolean defaultPolicy)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds the password policy where companyId = ? and name = ? or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.fetchByC_N(long companyId,
String name)
Finds the password policy where companyId = ? and name = ? or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistenceImpl.fetchByC_N(long companyId,
String name)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds the password policy with the primary key or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.fetchByPrimaryKey(long passwordPolicyId)
Finds the password policy with the primary key or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistenceImpl.fetchByPrimaryKey(long passwordPolicyId)
Finds the password policy with the primary key or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
static PasswordPolicy |
PasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId)
Finds the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId)
Finds the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistenceImpl.findByPrimaryKey(long passwordPolicyId)
Finds the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds 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. |
static PasswordPolicy |
PasswordPolicyUtil.remove(PasswordPolicy passwordPolicy)
|
PasswordPolicy |
PasswordPolicyPersistenceImpl.remove(Serializable primaryKey)
Removes the password policy with the primary key 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()
Finds all the password policies. |
List<PasswordPolicy> |
PasswordPolicyPersistence.findAll()
Finds all the password policies. |
List<PasswordPolicy> |
PasswordPolicyPersistenceImpl.findAll()
Finds all the password policies. |
static List<PasswordPolicy> |
PasswordPolicyUtil.findAll(int start,
int end)
Finds a range of all the password policies. |
List<PasswordPolicy> |
PasswordPolicyPersistence.findAll(int start,
int end)
Finds a range of all the password policies. |
List<PasswordPolicy> |
PasswordPolicyPersistenceImpl.findAll(int start,
int end)
Finds a range of all the password policies. |
static List<PasswordPolicy> |
PasswordPolicyUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the password policies. |
List<PasswordPolicy> |
PasswordPolicyPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the password policies. |
List<PasswordPolicy> |
PasswordPolicyPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds 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. |
static void |
PasswordPolicyUtil.clearCache(PasswordPolicy passwordPolicy)
|
void |
PasswordPolicyPersistenceImpl.clearCache(PasswordPolicy passwordPolicy)
Clears the cache for the password policy. |
static PasswordPolicy |
PasswordPolicyUtil.remove(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. |
Uses of PasswordPolicy in com.liferay.portlet.enterpriseadmin.search |
---|
Constructors in com.liferay.portlet.enterpriseadmin.search with parameters of type PasswordPolicy | |
---|---|
OrganizationPasswordPolicyChecker(RenderResponse renderResponse,
PasswordPolicy passwordPolicy)
|
|
UserPasswordPolicyChecker(RenderResponse renderResponse,
PasswordPolicy passwordPolicy)
|
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |