com.atlassian.confluence.security.websudo
Annotation Type WebSudoNotRequired


Deprecated. since 3.4 - please use WebSudoNotRequired instead.

@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Inherited
@Deprecated
public @interface WebSudoNotRequired

Any action method marked with this annotaion will bypass the WebSudo protection. Actions outside of "/admin" are not effected by this annotation.



Copyright © 2003-2012 Atlassian. All Rights Reserved.