public abstract @interface

AnonymousAllowed

implements Annotation
com.atlassian.plugins.rest.common.security.AnonymousAllowed

Class Overview

An annotation to tell that resources are accessible by anonymous users (i.e. not authenticated user).

The default for all resources is to require authentication, those resources that don't require authentication should use this annotation.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation