Class URLValidator
java.lang.Object
org.apache.syncope.core.persistence.common.attrvalue.AbstractValidator
org.apache.syncope.core.persistence.common.attrvalue.URLValidator
- All Implemented Interfaces:
Serializable,PlainAttrValueValidator
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.common.attrvalue.AbstractValidator
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoValidate(PlainSchema schema, PlainAttrValue attrValue) Methods inherited from class org.apache.syncope.core.persistence.common.attrvalue.AbstractValidator
validate
-
Constructor Details
-
URLValidator
public URLValidator()
-
-
Method Details
-
doValidate
- Specified by:
doValidatein classAbstractValidator
-