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. something like an InternalViolation which won't get added)
|
void processSecurityViolations(Set<SecurityViolation> securityViolations)
securityViolations
- current violationsCopyright © 2020 The Apache Software Foundation. All rights reserved.