AnnouncementsDelivery
DLApp
FlagsEntry
LayoutRevision
PollsVote
There are no services matching that phrase.

/passwordpolicy/add-password-policy

HTTP Method
POST
com.liferay.portal.service.PasswordPolicyServiceUtil#addPasswordPolicy

Parameters

p_auth String

authentication token used to validate the request

name java.lang.String
description java.lang.String
changeable boolean
changeRequired boolean
minAge long
checkSyntax boolean
allowDictionaryWords boolean
minAlphanumeric int
minLength int
minLowerCase int
minNumbers int
minSymbols int
minUpperCase int
history boolean
historyCount int
expireable boolean
maxAge long
warningTime long
graceLimit int
lockout boolean
maxFailure int
lockoutDuration long
resetFailureCount long
resetTicketMaxAge long

Return Type

com.liferay.portal.model.PasswordPolicy

Exception

com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

Execute

String java.lang.String java.lang.String
boolean
boolean
long
boolean
boolean
int int int int int int
boolean
int
boolean
long long int
boolean
int long long long