Class LimitationsType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.LimitationsType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class LimitationsType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Definition of complexity and string policy
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected List<CheckExpressionType>protected Stringstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected List<StringLimitType>protected Integerprotected Integerprotected Integerprotected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) checkAgainstDictionary(Boolean value) checkPattern(String value) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getLimit()inthashCode(StructuredHashCodeStrategy strategy) limit(StringLimitType value) maxAttempts(Integer value) minUniqueChars(Integer value) voidsetCheckAgainstDictionary(Boolean value) voidsetCheckPattern(String value) voidsetMaxAttempts(Integer value) voidsetMaxLength(Integer value) voidsetMinLength(Integer value) voidsetMinUniqueChars(Integer value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
minLength
-
maxLength
-
minUniqueChars
-
checkAgainstDictionary
-
checkPattern
-
checkExpression
-
maxAttempts
-
limit
-
COMPLEX_TYPE
-
F_MIN_LENGTH
-
F_MAX_LENGTH
-
F_MIN_UNIQUE_CHARS
-
F_CHECK_AGAINST_DICTIONARY
-
F_CHECK_PATTERN
-
F_CHECK_EXPRESSION
-
F_MAX_ATTEMPTS
-
F_LIMIT
-
-
Constructor Details
-
LimitationsType
public LimitationsType() -
LimitationsType
-
-
Method Details
-
getMinLength
-
setMinLength
-
getMaxLength
-
setMaxLength
-
getMinUniqueChars
-
setMinUniqueChars
-
isCheckAgainstDictionary
-
getCheckAgainstDictionary
-
setCheckAgainstDictionary
-
getCheckPattern
-
setCheckPattern
-
getCheckExpression
-
getMaxAttempts
-
setMaxAttempts
-
getLimit
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
minLength
-
maxLength
-
minUniqueChars
-
checkAgainstDictionary
-
checkPattern
-
checkExpression
-
beginCheckExpression
-
maxAttempts
-
limit
-
beginLimit
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-