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


public interface SecurityViolation

Provides the concrete reason for the restriction.

Author:
Gerhard Petracek

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 The Apache Software Foundation. All Rights Reserved.