public interface SecurityViolationHandler
SecurityViolation| Modifier and Type | Method and Description | 
|---|---|
void | 
processSecurityViolations(Set<SecurityViolation> securityViolations)
Instead of adding the violations as message for the user, it's possible to implement a custom behaviour
 (e.g. 
 | 
void processSecurityViolations(Set<SecurityViolation> securityViolations)
securityViolations - current violationsCopyright © 2017 The Apache Software Foundation. All rights reserved.