Class DefaultPlainAttrValidationManager
java.lang.Object
org.apache.syncope.core.persistence.common.attrvalue.DefaultPlainAttrValidationManager
- All Implemented Interfaces:
PlainAttrValidationManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final PlainAttrValueValidatorprotected static final Loggerprotected final Map<String, PlainAttrValueValidator> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(PlainSchema schema, String value, PlainAttrValue attrValue)
-
Field Details
-
LOG
-
BASIC_VALIDATOR
-
perContextValidators
-
-
Constructor Details
-
DefaultPlainAttrValidationManager
public DefaultPlainAttrValidationManager()
-
-
Method Details
-
validate
- Specified by:
validatein interfacePlainAttrValidationManager
-