Class SecurityValidatorImpl
java.lang.Object
org.tentackle.validate.validator.AbstractValidator<SecurityValidator>
org.tentackle.validate.validator.AbstractObjectValidator<SecurityValidator>
org.tentackle.security.pdo.SecurityValidatorImpl
- All Implemented Interfaces:
org.tentackle.validate.Validator
public final class SecurityValidatorImpl
extends org.tentackle.validate.validator.AbstractObjectValidator<SecurityValidator>
Security validator implementation.
- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintClass<? extends org.tentackle.validate.ValidationScope>[]getScope()Class<? extends org.tentackle.validate.ValidationSeverity> voidsetAnnotation(Annotation annotation) List<? extends org.tentackle.validate.ValidationResult> validate(org.tentackle.validate.ValidationContext validationContext) Methods inherited from class org.tentackle.validate.validator.AbstractObjectValidator
getCondition, getValueMethods inherited from class org.tentackle.validate.validator.AbstractValidator
assertComparable, createMessage, createScriptVariables, createValidationResultList, getAnnotatedElement, getConditionParameter, getConfiguredScopes, getMessageParameter, getValidatedElementName, getValidationIndex, getValue, getValue, getValueParameter, isConditionValid, setAnnotatedElement, setValidatedElementName, setValidationIndex, toString, validate
-
Constructor Details
-
SecurityValidatorImpl
public SecurityValidatorImpl()Creates a security object validator.
-
-
Method Details
-
setAnnotation
-
getAnnotation
-
getMessage
-
getErrorCode
-
getSeverity
-
getPriority
public int getPriority() -
getScope
-
validate
public List<? extends org.tentackle.validate.ValidationResult> validate(org.tentackle.validate.ValidationContext validationContext)
-