toggle menu
few
jvm
switch theme
search in API
web
/
web.security.config.properties
Package-level
declarations
Types
Types
Cors
Configuration
Source
Properties
Link copied to clipboard
data
class
CorsConfigurationSourceProperties
(
val
pathPattern
:
String
,
val
originPatterns
:
String
,
val
allowedMethods
:
String
,
val
allowedHeaders
:
String
,
val
exposedHeaders
:
String
,
val
allowCredentials
:
Boolean
,
val
maxAge
:
Long
)