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


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface AnonymousAllowed

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.



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.