Annotation Interface PermitAll


@Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface PermitAll
Indicates that all authenticated users are permitted to access the annotated enterprise bean or business method. When applied at the class level, any authenticated user may invoke any business method of the bean. When applied at the method level, the specified method is accessible to all authenticated users. This annotation takes precedence over RolesAllowed.
Since:
Common Annotations 1.0