public class UserValidator extends Object implements ImportValidator
| Constructor and Description |
|---|
UserValidator() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
getResult()
Returns the validation result.
|
void |
setUserManagerService(JahiaUserManagerService userManagerService) |
void |
validate(String decodedLocalName,
String decodedQName,
String currentPath,
Attributes atts)
Performs the validation of the element.
|
public void setUserManagerService(JahiaUserManagerService userManagerService)
public ValidationResult getResult()
ImportValidatorgetResult in interface ImportValidatorpublic void validate(String decodedLocalName, String decodedQName, String currentPath, Attributes atts)
ImportValidatorvalidate in interface ImportValidatordecodedLocalName - the decoded local name of the elementdecodedQName - the decoded fully qualified name of the elementcurrentPath - current pathatts - the set of element attributesCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.