Class DefaultPlainAttrValidationManager
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.attrvalue.validation.DefaultPlainAttrValidationManager
-
- All Implemented Interfaces:
PlainAttrValidationManager
public class DefaultPlainAttrValidationManager extends Object implements PlainAttrValidationManager
-
-
Field Summary
Fields Modifier and Type Field Description protected static PlainAttrValueValidator
BASIC_VALIDATOR
protected static Logger
LOG
protected Map<String,PlainAttrValueValidator>
perContextValidators
-
Constructor Summary
Constructors Constructor Description DefaultPlainAttrValidationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(PlainSchema schema, String value, PlainAttrValue attrValue)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
BASIC_VALIDATOR
protected static final PlainAttrValueValidator BASIC_VALIDATOR
-
perContextValidators
protected final Map<String,PlainAttrValueValidator> perContextValidators
-
-
Method Detail
-
validate
public void validate(PlainSchema schema, String value, PlainAttrValue attrValue)
- Specified by:
validate
in interfacePlainAttrValidationManager
-
-