Class CharacterClass
java.lang.Object
com.evolveum.midpoint.model.common.stringpolicy.CharacterClass
Set of characters to be used when generating or checking a string value.
May be derived from the configuration or created artificially.
Supports basic operations such as random character selection and counting occurrences of characters in a string.
More complex algorithms are implemented in e.g.
ValueGenerator
.-
Method Summary
Modifier and TypeMethodDescription@NotNull String
static CharacterClass
parse
(@NotNull CharacterClassType bean) Converts the bean into parsed form, taking into account also embedded classes.toString()
static CharacterClass