org.objectweb.easybeans.deployment.annotations.metadata.interfaces
Interface IAnnotationSecurityPermitAll

All Known Implementing Classes:
ClassAnnotationMetadata, MethodAnnotationMetadata

public interface IAnnotationSecurityPermitAll

This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @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.