org.cruxframework.crux.core.shared.rpc.st
Annotation Type UseSynchronizerToken
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface UseSynchronizerToken
Applies the Synchronizer Token pattern on any call to the annotated method.
This pattern helps to avoid the "Duplicated Request" problem and to prevent
CSRF attacks.
- Author:
- Thiago da Rosa de Bustamante
notifyCallsWhenProcessing
public abstract boolean notifyCallsWhenProcessing
- Default:
- true
blocksUserInteraction
public abstract boolean blocksUserInteraction
- Default:
- true
Copyright © 2014. All rights reserved.