Puma Validation Service
The portal PUMA Validation Service contains the configuration properties for the validation component of PUMA.
In the WAS console, the portal Puma Validation Service is listed as WP ValidationService.
Properties for user validation
- user.myattribute.min = (1)
- Minimum number of characters allowed for the defined myattribute. The default is 1.
- user.myattribute.max = (60)
- Maximum number of characters allowed for the defined myattribute. The default is 60.
- user.myattribute.charset = (ascii)
- Character set against which characters are validated. Supported values are ascii and unicode. The default is ascii.
- user.myattribute.extra_chars = ( -._ )
- Extra special characters which are not in the supported character set, but should be treated as valid. By default, the dash, period, and underscore are valid: - . _
The myattribute portion of the property needs to be spelled in uppercase. The following sections show example sets of properties with attributes. They follow the same pattern as the set described in this section. The example properties are set to the default values.
Settings for the attribute user.fbadefault.filter defined in the Puma Store Service
The following example set of properties shows the settings for the attribute user.fbadefault.filter defined in the Puma Store Service:
- user.UNIQUEID =
- For this property, specify the value of the user.fbadefault.filter attribute defined in the Puma Store Service.
- user.UNIQUEID.min = 1
- user.UNIQUEID.max = 60
- user.UNIQUEID.charset = ascii
- user.UNIQUEID.extra_chars = -._
Properties for group validation
The following example set shows the settings for the attribute group.fbadefault.filter defined in the Puma Store Service:
- group.RDN=
- For this property specify the value of the group.fbadefault.filter attribute defined in the portal Puma Store Service. For more information see the topic about the portal Puma Store Service.
- group.RDN.min = 1
- group.RDN.max = 200
- group.RDN.extra_chars = -,_
Properties for password validation
Unlike the properties listed earlier, the properties for password validation do not require any uppercase spelling.
- password.min_characters = 5
- password.max_characters = 60
- password.charset = ascii
- password.extra_chars = -._