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


Deprecated. since 3.4 - please use WebSudoRequired instead.

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

Any action method marked with this annotaion will require the WebSudo protection. Actions under "/admin" will not be effected by this annotation.



Copyright © 2003-2013 Atlassian. All Rights Reserved.