ome.annotations
Annotation Type PermitAll


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PermitAll

Security annotation which allows a method to be called by all users regardless of their status. This includes the "guest" role or even a disabled user account (i.e. not in "user"). Use sparingly. This annotation replaces the previously used version with the same semantics from the JavaEE spec.

Since:
4.0
Author:
Josh Moore, josh at glencoesoftware.com



OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.