Class CorsSecurityConfigurer
java.lang.Object
org.bardframework.commons.web.cors.CorsSecurityConfigurer
- All Implemented Interfaces:
SecurityConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) protected CorsFilterprotected intprotected boolean
-
Constructor Details
-
CorsSecurityConfigurer
-
-
Method Details
-
configure
public void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) - Specified by:
configurein interfaceSecurityConfigurer
-
getCorsMapping
-
getCorsAllowedOrigins
-
getCorsAllowedMethods
-
getCorsAllowedHeaders
-
getCorsExposedHeaders
-
isCorsAllowCredentials
protected boolean isCorsAllowCredentials() -
getCorsMaxAge
protected int getCorsMaxAge() -
getCorsFilter
-