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

All Superinterfaces:
Serializable

public interface SecurityViolation
extends Serializable

Provides the concrete reason for the restriction.


Method Summary
 String getReason()
          Provides a description of the violation.
 

Method Detail

getReason

String getReason()
Provides a description of the violation.

Returns:
description of the violation


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