| Interface and Description |
|---|
| org.springframework.security.web.header.writers.frameoptions.AllowFromStrategy
ALLOW-FROM is an obsolete directive that no longer works in modern
browsers. Instead use Content-Security-Policy with the frame-ancestors
directive.
|
| org.springframework.security.web.util.matcher.RequestVariablesExtractor |
| Annotation Type and Description |
|---|
| org.springframework.security.web.bind.annotation.AuthenticationPrincipal
Use
AuthenticationPrincipal instead. |
| Constructor and Description |
|---|
| org.springframework.security.web.session.ConcurrentSessionFilter(SessionRegistry, String) |
| org.springframework.security.web.header.writers.frameoptions.XFrameOptionsHeaderWriter(AllowFromStrategy)
ALLOW-FROM is an obsolete directive that no longer works in modern
browsers. Instead use Content-Security-Policy with the frame-ancestors
directive.
|
| Enum Constant and Description |
|---|
| org.springframework.security.web.header.writers.frameoptions.XFrameOptionsHeaderWriter.XFrameOptionsMode.ALLOW_FROM
ALLOW-FROM is an obsolete directive that no longer works in modern
browsers. Instead use Content-Security-Policy with the frame-ancestors
directive.
|