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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The Quarkus CSRF prevention configuration builder.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Creates the CSRF prevention configuration builder.
  • Method Details

    • builder

      static CSRF.Builder builder()
      Creates the CSRF prevention configuration builder.
      Returns:
      new CSRF.Builder instance