@Retention(value=RUNTIME)
@Inherited
@Target(value=TYPE)
public @interface HandleCsrfFailure
Specify how to handle the case when CSRF checking failed
Modifier and Type | Required Element and Description |
---|---|
HandleMissingAuthentication.Option |
value
Specify the option to handle CSRF checking failed
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
custom
Specify the custom implementation - only effective when
value() is HandleMissingAuthentication.Option.CUSTOM |
public abstract HandleMissingAuthentication.Option value
Specify the option to handle CSRF checking failed
public abstract java.lang.String custom
Specify the custom implementation - only effective when value()
is HandleMissingAuthentication.Option.CUSTOM
Copyright © 2014–2017 ActFramework. All rights reserved.