Package io.quarkus.vertx.http.security
Interface CSRF
@Experimental("This API is currently experimental and might get changed")
public interface CSRF
This class provides a way to configure the Cross-Site Request Forgery (CSRF) prevention.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe Quarkus CSRF prevention configuration builder. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic CSRF.Builderbuilder()Creates the CSRF prevention configuration builder.
-
Method Details
-
builder
Creates the CSRF prevention configuration builder.- Returns:
- new
CSRF.Builderinstance
-