org.apache.myfaces.extensions.cdi.core.api.security
Interface SecurityViolationHandler


public interface SecurityViolationHandler

Allows to handle custom implementations of SecurityViolation


Method Summary
 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)
 

Method Detail

processSecurityViolations

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)

Parameters:
securityViolations - current violations


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.