com.atlassian.crowd.xwork
Annotation Type RequireSecurityToken


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

Method level annotation for XWork actions to mark whether a particular action method invocation needs to be protected by an XSRF token.


Required Element Summary
 boolean value
           
 

Element Detail

value

public abstract boolean value


Copyright © 2013 Atlassian. All Rights Reserved.