Class URLValidator
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.attrvalue.validation.AbstractValidator
-
- org.apache.syncope.core.persistence.jpa.attrvalue.validation.URLValidator
-
- All Implemented Interfaces:
Serializable
,PlainAttrValueValidator
public class URLValidator extends AbstractValidator
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.attrvalue.validation.AbstractValidator
LOG
-
-
Constructor Summary
Constructors Constructor Description URLValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doValidate(PlainSchema schema, PlainAttrValue attrValue)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.attrvalue.validation.AbstractValidator
validate
-
-
-
-
Method Detail
-
doValidate
protected void doValidate(PlainSchema schema, PlainAttrValue attrValue)
- Specified by:
doValidate
in classAbstractValidator
-
-