Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.web.servlet
-
ApplicationContextbackedRequestMatcher. - ApplicationContextRequestMatcher(Class) - Constructor for class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
- ApplicationContextServerWebExchangeMatcher<C> - Class in org.springframework.boot.security.web.reactive
-
ApplicationContextbackedServerWebExchangeMatcher. - ApplicationContextServerWebExchangeMatcher(Class) - Constructor for class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
- at(Set) - Method in class org.springframework.boot.security.autoconfigure.web.reactive.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations. - at(Set) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations. - at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.security.autoconfigure.web.reactive.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations. - at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations. - atCommonLocations() - Method in class org.springframework.boot.security.autoconfigure.web.reactive.StaticResourceRequest
-
Returns a matcher that includes all commonly used
Locations. - atCommonLocations() - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest
-
Returns a matcher that includes all commonly used
Locations.
B
- BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterProperties
-
Order applied to the
SecurityFilterChainthat is used to configure basic authentication for application endpoints.
C
- ConditionalOnDefaultWebSecurity - Annotation Interface in org.springframework.boot.security.autoconfigure.web.servlet
-
@Conditionalthat only matches when web security is available and the user has not defined their own configuration. - createDelegate(WebEndpointProperties) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- createDelegate(PathMappedEndpoints) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- createDelegate(PathMappedEndpoints) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- CSS - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Resources under
"/css".
D
- DEFAULT_FILTER_ORDER - Static variable in class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterProperties
-
Default order of Spring Security's Filter in the servlet container (i.e.
E
- EndpointRequest - Class in org.springframework.boot.security.autoconfigure.actuate.web.reactive
-
Factory that can be used to create a
ServerWebExchangeMatcherfor actuator endpoint locations. - EndpointRequest - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
Factory that can be used to create a
RequestMatcherfor actuator endpoint locations. - EndpointRequest.AdditionalPathsEndpointRequestMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
The request matcher used to match against additional paths for
actuator endpoints. - EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.web.reactive
-
The
ServerWebExchangeMatcherused to match against additional paths foractuator endpoints. - EndpointRequest.EndpointRequestMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
The request matcher used to match against
actuator endpoints. - EndpointRequest.EndpointServerWebExchangeMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.web.reactive
-
The
ServerWebExchangeMatcherused to match againstactuator endpoints. - EndpointRequest.LinksRequestMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
The request matcher used to match against the links endpoint.
- EndpointRequest.LinksServerWebExchangeMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.web.reactive
-
The
ServerWebExchangeMatcherused to match against the links endpoint. - excluding(Class...) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- excluding(Class...) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- excluding(String...) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- excluding(String...) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- excluding(Set) - Method in class org.springframework.boot.security.autoconfigure.web.reactive.StaticResourceRequest.StaticResourceServerWebExchange
-
Return a new
StaticResourceRequest.StaticResourceServerWebExchangebased on this one but excluding the specified locations. - excluding(Set) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest.StaticResourceRequestMatcher
-
Return a new
StaticResourceRequest.StaticResourceRequestMatcherbased on this one but excluding the specified locations. - excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.security.autoconfigure.web.reactive.StaticResourceRequest.StaticResourceServerWebExchange
-
Return a new
StaticResourceRequest.StaticResourceServerWebExchangebased on this one but excluding the specified locations. - excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest.StaticResourceRequestMatcher
-
Return a new
StaticResourceRequest.StaticResourceRequestMatcherbased on this one but excluding the specified locations. - excludingLinks() - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- excludingLinks() - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
F
- FAVICON - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
The
"favicon.ico"resource. - FONTS - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Resources under
"/fonts".
G
- getContext(ServerWebExchange) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
- getDelegateMatchers(Set, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- getDelegateMatchers(Set, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- getDelegateMatchers(Set, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- getDelegateMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, Set, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- getDelegateMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, Set, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- getDelegateMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, Set, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- getDispatcherTypes() - Method in class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterProperties
- getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- getLinksMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- getLinksMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- getLinksMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- getName() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
- getOrder() - Method in class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterProperties
- getPassword() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
- getPatterns() - Method in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
- getRequestMatcher(String, HttpMethod) - Method in interface org.springframework.boot.security.autoconfigure.actuate.web.servlet.RequestMatcherProvider
-
Return the
RequestMatcherto be used for the specified pattern and http method. - getRequestMatcherProvider(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- getRequestMatcherProvider(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- getRequestMatcherProvider(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- getRoles() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
- getServerNamespace(ApplicationContext) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
-
Returns the server namespace if the specified context is a
WebServerApplicationContext. - getServerNamespace(ApplicationContext) - Method in class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
-
Returns the server namespace if the specified context is a
WebServerApplicationContext. - getUser() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties
H
- hasServerNamespace(ApplicationContext, String) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
-
Returns
trueif the specified context is aWebServerApplicationContextwith a matching server namespace. - hasServerNamespace(ApplicationContext, String) - Method in class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
-
Returns
trueif the specified context is aWebServerApplicationContextwith a matching server namespace. - hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
I
- ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
-
Returns if the
ApplicationContextshould be ignored and not used for matching. - ignoreApplicationContext(ApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.PathRequest.H2ConsoleRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
-
Returns if the
WebApplicationContextshould be ignored and not used for matching. - ignoreApplicationContext(WebApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- ignoreApplicationContext(WebApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- ignoreApplicationContext(WebApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- IMAGES - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Resources under
"/images". - initialized(Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- initialized(Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- initialized(Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- initialized(Supplier) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
-
Called once the context has been initialized.
- initialized(Supplier) - Method in class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
-
Method that can be implemented by subclasses that wish to initialize items the first time that the matcher is called.
- initialized(Supplier) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- initialized(Supplier) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.PathRequest.H2ConsoleRequestMatcher
- initialized(Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- initialized(Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- initialized(Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- isPasswordGenerated() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
J
- JAVA_SCRIPT - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Resources under
"/js". - JerseyRequestMatcherConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
L
- LinksRequestMatcher() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
M
- ManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
Auto-configurationfor Spring Security when actuator is on the classpath. - ManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.servlet.ManagementWebSecurityAutoConfiguration
- matches(HttpServletRequest) - Method in class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
-
Decides whether the rule implemented by the strategy matches the supplied request.
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.PathRequest.H2ConsoleRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- matches(ServerWebExchange) - Method in class org.springframework.boot.security.autoconfigure.web.reactive.StaticResourceRequest.StaticResourceServerWebExchange
- matches(ServerWebExchange) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
-
Decides whether the rule implemented by the strategy matches the supplied exchange.
- MvcRequestMatcherConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
O
- org.springframework.boot.security.autoconfigure - package org.springframework.boot.security.autoconfigure
-
Auto-configuration for Spring Security.
- org.springframework.boot.security.autoconfigure.actuate.web.reactive - package org.springframework.boot.security.autoconfigure.actuate.web.reactive
-
Auto-configuration for actuator security using WebFlux.
- org.springframework.boot.security.autoconfigure.actuate.web.servlet - package org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
Auto-configuration for actuator security using Spring MVC.
- org.springframework.boot.security.autoconfigure.rsocket - package org.springframework.boot.security.autoconfigure.rsocket
-
Auto-configuration for RSocket support in Spring Security.
- org.springframework.boot.security.autoconfigure.web - package org.springframework.boot.security.autoconfigure.web
-
Support classes for Spring Security web Auto-configuration.
- org.springframework.boot.security.autoconfigure.web.reactive - package org.springframework.boot.security.autoconfigure.web.reactive
-
Auto-configuration for reactive Spring Security.
- org.springframework.boot.security.autoconfigure.web.servlet - package org.springframework.boot.security.autoconfigure.web.servlet
-
Auto-configuration for Servlet-based Spring Security.
- org.springframework.boot.security.web.reactive - package org.springframework.boot.security.web.reactive
-
Classes and utilities for reactive Spring Security.
- org.springframework.boot.security.web.servlet - package org.springframework.boot.security.web.servlet
-
Classes and utilities for Servlet-based Spring Security.
P
- PathRequest - Class in org.springframework.boot.security.autoconfigure.web.reactive
-
Factory that can be used to create a
ServerWebExchangeMatcherfor commonly used paths. - PathRequest - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
Factory that can be used to create a
RequestMatcherfor commonly used paths. - PathRequest.H2ConsoleRequestMatcher - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
The request matcher used to match against h2 console path.
R
- ReactiveManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.web.reactive
-
Auto-configurationfor Reactive Spring Security when actuator is on the classpath. - ReactiveManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.reactive.ReactiveManagementWebSecurityAutoConfiguration
- ReactiveUserDetailsServiceAutoConfiguration - Class in org.springframework.boot.security.autoconfigure
-
Auto-configurationfor a Spring Security in-memoryReactiveUserDetailsService. - ReactiveUserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.ReactiveUserDetailsServiceAutoConfiguration
- ReactiveWebSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.web.reactive
-
Auto-configurationfor Spring Security in a reactive application. - ReactiveWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.web.reactive.ReactiveWebSecurityAutoConfiguration
- requestMatcherProvider(JerseyApplicationPath) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
- requestMatcherProvider(DispatcherServletPath) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
- RequestMatcherProvider - Interface in org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
Interface that can be used to provide a
RequestMatcherthat can be used with Spring Security. - RSocketSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.rsocket
-
Auto-configurationfor Spring Security for an RSocket server. - RSocketSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.rsocket.RSocketSecurityAutoConfiguration
S
- SecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure
-
Auto-configurationfor Spring Security. - SecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.SecurityAutoConfiguration
- SecurityFilterAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
Auto-configurationfor Spring Security's Filter. - SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterAutoConfiguration
- SecurityFilterProperties - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
Configuration properties for Spring Security Filter.
- SecurityFilterProperties() - Constructor for class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterProperties
- SecurityProperties - Class in org.springframework.boot.security.autoconfigure
-
Configuration properties for Spring Security.
- SecurityProperties() - Constructor for class org.springframework.boot.security.autoconfigure.SecurityProperties
- SecurityProperties.User - Class in org.springframework.boot.security.autoconfigure
- SecurityRequestMatchersManagementContextConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
ManagementContextConfigurationthat configures the appropriateRequestMatcherProvider. - SecurityRequestMatchersManagementContextConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.servlet.SecurityRequestMatchersManagementContextConfiguration
- SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
- SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
- ServletWebSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
Auto-configurationfor Spring Security. - ServletWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.web.servlet.ServletWebSecurityAutoConfiguration
- setDispatcherTypes(Set) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterProperties
- setName(String) - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
- setOrder(int) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterProperties
- setPassword(String) - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
- setRoles(List) - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
- StaticResourceLocation - Enum Class in org.springframework.boot.security.autoconfigure.web
-
Common locations for static resources.
- StaticResourceRequest - Class in org.springframework.boot.security.autoconfigure.web.reactive
-
Used to create a
ServerWebExchangeMatcherfor static resources in commonly used locations. - StaticResourceRequest - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
Used to create a
RequestMatcherfor static resources in commonly used locations. - StaticResourceRequest.StaticResourceRequestMatcher - Class in org.springframework.boot.security.autoconfigure.web.servlet
-
The request matcher used to match against resource
Locations. - StaticResourceRequest.StaticResourceServerWebExchange - Class in org.springframework.boot.security.autoconfigure.web.reactive
-
The server web exchange matcher used to match against resource
locations.
T
- to(Class...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest
-
Returns a matcher that includes the specified
actuator endpoints. - to(Class...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest
-
Returns a matcher that includes the specified
actuator endpoints. - to(String...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest
-
Returns a matcher that includes the specified
actuator endpoints. - to(String...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest
-
Returns a matcher that includes the specified
actuator endpoints. - toAdditionalPaths(WebServerNamespace, Class...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest
-
Returns a matcher that includes additional paths under a
WebServerNamespacefor the specifiedactuator endpoints. - toAdditionalPaths(WebServerNamespace, Class...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest
-
Returns a matcher that includes additional paths under a
WebServerNamespacefor the specifiedactuator endpoints. - toAdditionalPaths(WebServerNamespace, String...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest
-
Returns a matcher that includes additional paths under a
WebServerNamespacefor the specifiedactuator endpoints. - toAdditionalPaths(WebServerNamespace, String...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest
-
Returns a matcher that includes additional paths under a
WebServerNamespacefor the specifiedactuator endpoints. - toAnyEndpoint() - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest
-
Returns a matcher that includes all
actuator endpoints. - toAnyEndpoint() - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest
-
Returns a matcher that includes all
actuator endpoints. - toH2Console() - Static method in class org.springframework.boot.security.autoconfigure.web.servlet.PathRequest
-
Returns a matcher that includes the H2 console location.
- toLinks() - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest
-
Returns a matcher that matches only on the links endpoint.
- toLinks() - Static method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest
-
Returns a matcher that matches only on the links endpoint.
- toStaticResources() - Static method in class org.springframework.boot.security.autoconfigure.web.reactive.PathRequest
-
Returns a
StaticResourceRequestthat can be used to create a matcher forlocations. - toStaticResources() - Static method in class org.springframework.boot.security.autoconfigure.web.servlet.PathRequest
-
Returns a
StaticResourceRequestthat can be used to create a matcher forlocations. - toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- toString(List, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- toString(List, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- toString(List, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- toString(List, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- toString(List, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- toString(List, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
U
- User() - Constructor for class org.springframework.boot.security.autoconfigure.SecurityProperties.User
- UserDetailsServiceAutoConfiguration - Class in org.springframework.boot.security.autoconfigure
-
Auto-configurationfor a Spring Security in-memoryAuthenticationManager. - UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.UserDetailsServiceAutoConfiguration
V
- valueOf(String) - Static method in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WEB_JARS - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Resources under
"/webjars". - withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
-
Restricts the matcher to only consider requests with a particular HTTP method.
- withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
-
Restricts the matcher to only consider requests with a particular http method.
- withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
-
Restricts the matcher to only consider requests with a particular HTTP method.
- withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
-
Restricts the matcher to only consider requests with a particular HTTP method.
All Classes and Interfaces|All Packages|Constant Field Values