Class ServerHttpSecurity.HeaderSpec.FrameOptionsSpec
java.lang.Object
org.springframework.security.config.web.server.ServerHttpSecurity.HeaderSpec.FrameOptionsSpec
- Enclosing class:
- ServerHttpSecurity.HeaderSpec
Configures frame options response header
- See Also:
- 
- #frameOptions()
 
- 
Method SummaryModifier and TypeMethodDescriptiondisable()Disables frame options response headerThe mode to configure.
- 
Method Details- 
modeThe mode to configure. Default isXFrameOptionsServerHttpHeadersWriter.Mode.DENY- Parameters:
- mode- the mode to use
- Returns:
- the ServerHttpSecurity.HeaderSpecto configure
 
- 
disableDisables frame options response header- Returns:
- the ServerHttpSecurity.HeaderSpecto continue configuring
 
 
-