org.ow2.util.ee.metadata.common.api.interfaces
Interface IAnnotationSecurityPermitAll

All Superinterfaces:
Serializable

public interface IAnnotationSecurityPermitAll
extends Serializable

This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @javax.annotation.security.PermitAll annotation.

Author:
Florent Benoit

Method Summary
 boolean hasPermitAll()
           
 void setPermitAll(boolean permitAll)
          This class/method has PermitAll annotation.
 

Method Detail

setPermitAll

void setPermitAll(boolean permitAll)
This class/method has PermitAll annotation.

Parameters:
permitAll - the boolean value.

hasPermitAll

boolean hasPermitAll()
Returns:
true if PermitAll annotation.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.