toggle menu
few
jvm
switch theme
search in API
web
/
web.security.config.properties
/
CorsConfigurationSourceProperties
Cors
Configuration
Source
Properties
data
class
CorsConfigurationSourceProperties
(
val
pathPattern
:
String
,
val
originPatterns
:
String
,
val
allowedMethods
:
String
,
val
allowedHeaders
:
String
,
val
exposedHeaders
:
String
,
val
allowCredentials
:
Boolean
,
val
maxAge
:
Long
)
Members
Constructors
Cors
Configuration
Source
Properties
Link copied to clipboard
constructor
(
pathPattern
:
String
,
originPatterns
:
String
,
allowedMethods
:
String
,
allowedHeaders
:
String
,
exposedHeaders
:
String
,
allowCredentials
:
Boolean
,
maxAge
:
Long
)
Properties
allow
Credentials
Link copied to clipboard
val
allowCredentials
:
Boolean
allowed
Headers
Link copied to clipboard
val
allowedHeaders
:
String
allowed
Methods
Link copied to clipboard
val
allowedMethods
:
String
exposed
Headers
Link copied to clipboard
val
exposedHeaders
:
String
max
Age
Link copied to clipboard
val
maxAge
:
Long
origin
Patterns
Link copied to clipboard
val
originPatterns
:
String
path
Pattern
Link copied to clipboard
val
pathPattern
:
String