Uses of Class
io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor.Builder
Packages that use CSRFDoubleSubmitCookieInterceptor.Builder
-
Uses of CSRFDoubleSubmitCookieInterceptor.Builder in io.inverno.mod.security.http.csrf
Methods in io.inverno.mod.security.http.csrf that return CSRFDoubleSubmitCookieInterceptor.BuilderModifier and TypeMethodDescriptionCSRFDoubleSubmitCookieInterceptor.builder()Creates a CSRF double submit cookie interceptor builder.CSRFDoubleSubmitCookieInterceptor.Builder.cookieName(String cookieName) Specifies the name of the CSRF token cookie.Specifies the domain of the CSRF token cookie.CSRFDoubleSubmitCookieInterceptor.Builder.headerName(String headerName) Specifies the name of the CSRF token header.CSRFDoubleSubmitCookieInterceptor.Builder.httpOnly(boolean httpOnly) Specifies thehttpOnlyflag of the CSRF token cookie.CSRFDoubleSubmitCookieInterceptor.Builder.maxAge(int maxAge) Specifies the max age of the CSRF token cookie.CSRFDoubleSubmitCookieInterceptor.Builder.parameterName(String parameterName) Specifies the name of the CSRF token parameter.Specifies the path of the CSRF token cookie.CSRFDoubleSubmitCookieInterceptor.Builder.secure(boolean secure) Specifies thesecureflag of the CSRF token cookie.