Package com.kloudville.idm.api
Class passwordRestriction
java.lang.Object
com.kloudville.data.object.DataObject
com.kloudville.idm.api.passwordRestriction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kloudville.data.object.DataObject
clearModified, compareDates, copy, formatDecimal, formatDecimalField, getAnyValue, getAnyValueNames, getChildLabel, getDefinition, getDisplayName, getEnumValue, getEnumValueArray, getEnumValueByCode, getEnumValueByIndex, getExtension, getExtensionDefinition, getFormattedMessage, getLastUpdated, getObjectId, getObjectIds, getParent, getText, getTopParent, has, hasChild, hasValue, htmlToText, isDeleted, isError, isModified, isNewObject, mapFrom, mapTo, setAnyValue, setDeleted, setFormattedValue, setNewObject, setObjectId, setText, toJSON, toXML, validate, valToXML
-
Field Details
-
minLength
public int minLengthMinimum {0} charactersRestrictions: Default value: 8 Mandatory: true
-
upper
public boolean upperAt least one capital letterRestrictions: Default value: true Mandatory: true
-
digit
public boolean digitAt least one numberRestrictions: Default value: true Mandatory: true
-
nonAlpha
public boolean nonAlphaAt least one special characterRestrictions: Default value: true Mandatory: true
-
-
Constructor Details
-
passwordRestriction
public passwordRestriction()
-