Package com.kloudville.idm.api
Class userAccessRequest
java.lang.Object
com.kloudville.data.object.DataObject
com.kloudville.idm.api.userAccessRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionEmailRestrictions: Mandatory: true maxlength: 64Restrictions: Mandatory: true maxlength: 64Mobile phoneRestrictions: maxlength: 36Restrictions: Mandatory: true -
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
-
email
EmailRestrictions: Mandatory: true maxlength: 254 pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}
-
realm
Restrictions: Mandatory: true
-
firstName
Restrictions: Mandatory: true maxlength: 64
-
lastName
Restrictions: Mandatory: true maxlength: 64
-
mobilePhone
Mobile phoneRestrictions: minlength: 7 maxlength: 32
-
organizationId
Restrictions: maxlength: 36
-
contactId
-
userAccess
-
-
Constructor Details
-
userAccessRequest
public userAccessRequest()
-