Uses of Class
io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Packages that use CORSInterceptor.Builder
-
Uses of CORSInterceptor.Builder in io.inverno.mod.security.http.cors
Methods in io.inverno.mod.security.http.cors that return CORSInterceptor.BuilderModifier and TypeMethodDescriptionCORSInterceptor.Builder.allowCredentials(boolean allowCredentials) Sepcifies the allow credentials flag.CORSInterceptor.Builder.allowHeader(String allowedHeader) Specifies an allowed header.CORSInterceptor.Builder.allowMethod(io.inverno.mod.http.base.Method allowedMethod) Specifies an allowed method.CORSInterceptor.Builder.allowOrigin(String allowedOrigin) Specifies an allowed origin.CORSInterceptor.Builder.allowOriginPattern(String allowedOriginRegex) Specifies an allowed origin pattern.CORSInterceptor.Builder.allowPrivateNetwork(boolean allowPrivateNetwork) Specifies the allow private network flag.static CORSInterceptor.BuilderReturns a CORS interceptor builder for the specified allowed origins.CORSInterceptor.Builder.exposeHeader(String exposedHeader) Specifies a header to expose.CORSInterceptor.Builder.maxAge(int maxAge) Specifies the max age for CORS information cache.