Index

A B C D E F G H I J L M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.servlet
ApplicationContext backed RequestMatcher.
ApplicationContextRequestMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
 
ApplicationContextServerWebExchangeMatcher<C> - Class in org.springframework.boot.security.reactive
ApplicationContext backed ServerWebExchangeMatcher.
ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.security.autoconfigure.reactive.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.security.autoconfigure.servlet.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.security.autoconfigure.reactive.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.security.autoconfigure.servlet.StaticResourceRequest
Returns a matcher that includes the specified Locations.
atCommonLocations() - Method in class org.springframework.boot.security.autoconfigure.reactive.StaticResourceRequest
Returns a matcher that includes all commonly used Locations.
atCommonLocations() - Method in class org.springframework.boot.security.autoconfigure.servlet.StaticResourceRequest
Returns a matcher that includes all commonly used Locations.

B

BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.security.autoconfigure.SecurityProperties
Order applied to the SecurityFilterChain that is used to configure basic authentication for application endpoints.

C

ConditionalOnDefaultWebSecurity - Annotation Interface in org.springframework.boot.security.autoconfigure
@Conditional that 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.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
createDelegate(PathMappedEndpoints) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
createDelegate(PathMappedEndpoints) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
CSS - Enum constant in enum class org.springframework.boot.security.autoconfigure.StaticResourceLocation
Resources under "/css".

D

DEFAULT_FILTER_ORDER - Static variable in class org.springframework.boot.security.autoconfigure.SecurityProperties
Default order of Spring Security's Filter in the servlet container (i.e.

E

EndpointRequest - Class in org.springframework.boot.security.autoconfigure.actuate.reactive
Factory that can be used to create a ServerWebExchangeMatcher for actuator endpoint locations.
EndpointRequest - Class in org.springframework.boot.security.autoconfigure.actuate.servlet
Factory that can be used to create a RequestMatcher for actuator endpoint locations.
EndpointRequest.AdditionalPathsEndpointRequestMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.servlet
The request matcher used to match against additional paths for actuator endpoints.
EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.reactive
The ServerWebExchangeMatcher used to match against additional paths for actuator endpoints.
EndpointRequest.EndpointRequestMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.servlet
The request matcher used to match against actuator endpoints.
EndpointRequest.EndpointServerWebExchangeMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.reactive
The ServerWebExchangeMatcher used to match against actuator endpoints.
EndpointRequest.LinksRequestMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.servlet
The request matcher used to match against the links endpoint.
EndpointRequest.LinksServerWebExchangeMatcher - Class in org.springframework.boot.security.autoconfigure.actuate.reactive
The ServerWebExchangeMatcher used to match against the links endpoint.
excluding(Class<?>...) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
excluding(Class<?>...) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
excluding(String...) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
excluding(String...) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
excluding(Set<StaticResourceLocation>) - Method in class org.springframework.boot.security.autoconfigure.reactive.StaticResourceRequest.StaticResourceServerWebExchange
Return a new StaticResourceRequest.StaticResourceServerWebExchange based on this one but excluding the specified locations.
excluding(Set<StaticResourceLocation>) - Method in class org.springframework.boot.security.autoconfigure.servlet.StaticResourceRequest.StaticResourceRequestMatcher
Return a new StaticResourceRequest.StaticResourceRequestMatcher based on this one but excluding the specified locations.
excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.security.autoconfigure.reactive.StaticResourceRequest.StaticResourceServerWebExchange
Return a new StaticResourceRequest.StaticResourceServerWebExchange based on this one but excluding the specified locations.
excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.security.autoconfigure.servlet.StaticResourceRequest.StaticResourceRequestMatcher
Return a new StaticResourceRequest.StaticResourceRequestMatcher based on this one but excluding the specified locations.
excludingLinks() - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
excludingLinks() - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 

F

FAVICON - Enum constant in enum class org.springframework.boot.security.autoconfigure.StaticResourceLocation
The "favicon.ico" resource.
Filter() - Constructor for class org.springframework.boot.security.autoconfigure.SecurityProperties.Filter
 

G

getContext(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
getDelegateMatchers(Set<String>, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
getDelegateMatchers(Set<String>, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
getDelegateMatchers(Set<String>, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
getDelegateMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, Set<String>, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
getDelegateMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, Set<String>, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
getDelegateMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, Set<String>, HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
getDispatcherTypes() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.Filter
 
getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
getEndpointId(Object) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
getFilter() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties
 
getLinksMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
getLinksMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
getLinksMatchers(EndpointRequest.RequestMatcherFactory, RequestMatcherProvider, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
getName() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
 
getOrder() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.Filter
 
getPassword() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
 
getPatterns() - Method in enum class org.springframework.boot.security.autoconfigure.StaticResourceLocation
 
getRequestMatcher(String, HttpMethod) - Method in interface org.springframework.boot.security.autoconfigure.actuate.servlet.RequestMatcherProvider
Return the RequestMatcher to be used for the specified pattern and http method.
getRequestMatcherProvider(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
getRequestMatcherProvider(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
getRequestMatcherProvider(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
getRoles() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
 
getUser() - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties
 

H

hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
hasWebServerNamespace(ApplicationContext, WebServerNamespace) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 

I

ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Returns if the ApplicationContext should be ignored and not used for matching.
ignoreApplicationContext(ApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
ignoreApplicationContext(ApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
ignoreApplicationContext(ApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.servlet.PathRequest.H2ConsoleRequestMatcher
 
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.autoconfigure.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Returns if the WebApplicationContext should be ignored and not used for matching.
ignoreApplicationContext(WebApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
ignoreApplicationContext(WebApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
ignoreApplicationContext(WebApplicationContext, ManagementPortType) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
IMAGES - Enum constant in enum class org.springframework.boot.security.autoconfigure.StaticResourceLocation
Resources under "/images".
initialized(Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
initialized(Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
initialized(Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
initialized(Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Called once the context has been initialized.
initialized(Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Method that can be implemented by subclasses that wish to initialize items the first time that the matcher is called.
initialized(Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.security.autoconfigure.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
initialized(Supplier<ApplicationContext>) - Method in class org.springframework.boot.security.autoconfigure.servlet.PathRequest.H2ConsoleRequestMatcher
 
initialized(Supplier<WebApplicationContext>) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
initialized(Supplier<WebApplicationContext>) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
initialized(Supplier<WebApplicationContext>) - Method in class org.springframework.boot.security.autoconfigure.actuate.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.StaticResourceLocation
Resources under "/js".

L

LinksRequestMatcher() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 

M

ManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.servlet
Auto-configuration for Spring Security when actuator is on the classpath.
ManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.servlet.ManagementWebSecurityAutoConfiguration
 
matches(HttpServletRequest) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
 
matches(HttpServletRequest, Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Decides whether the rule implemented by the strategy matches the supplied request.
matches(HttpServletRequest, Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.security.autoconfigure.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
matches(HttpServletRequest, Supplier<ApplicationContext>) - Method in class org.springframework.boot.security.autoconfigure.servlet.PathRequest.H2ConsoleRequestMatcher
 
matches(HttpServletRequest, Supplier<WebApplicationContext>) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
matches(HttpServletRequest, Supplier<WebApplicationContext>) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
matches(HttpServletRequest, Supplier<WebApplicationContext>) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
matches(ServerWebExchange) - Method in class org.springframework.boot.security.autoconfigure.reactive.StaticResourceRequest.StaticResourceServerWebExchange
 
matches(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
matches(ServerWebExchange, Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
matches(ServerWebExchange, Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
matches(ServerWebExchange, Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
matches(ServerWebExchange, Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Decides whether the rule implemented by the strategy matches the supplied exchange.
MvcRequestMatcherConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.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.reactive - package org.springframework.boot.security.autoconfigure.actuate.reactive
Auto-configuration for actuator security using WebFlux.
org.springframework.boot.security.autoconfigure.actuate.servlet - package org.springframework.boot.security.autoconfigure.actuate.servlet
Auto-configuration for actuator security using Spring MVC.
org.springframework.boot.security.autoconfigure.reactive - package org.springframework.boot.security.autoconfigure.reactive
Auto-configuration for reactive Spring Security.
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.servlet - package org.springframework.boot.security.autoconfigure.servlet
Auto-configuration for Servlet-based Spring Security.
org.springframework.boot.security.reactive - package org.springframework.boot.security.reactive
Classes and utilities for reactive Spring Security.
org.springframework.boot.security.servlet - package org.springframework.boot.security.servlet
Classes and utilities for Servlet-based Spring Security.

P

PathRequest - Class in org.springframework.boot.security.autoconfigure.reactive
Factory that can be used to create a ServerWebExchangeMatcher for commonly used paths.
PathRequest - Class in org.springframework.boot.security.autoconfigure.servlet
Factory that can be used to create a RequestMatcher for commonly used paths.
PathRequest.H2ConsoleRequestMatcher - Class in org.springframework.boot.security.autoconfigure.servlet
The request matcher used to match against h2 console path.

R

ReactiveManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.reactive
Auto-configuration for Reactive Spring Security when actuator is on the classpath.
ReactiveManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.reactive.ReactiveManagementWebSecurityAutoConfiguration
 
ReactiveSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.reactive
Auto-configuration for Spring Security in a reactive application.
ReactiveSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.reactive.ReactiveSecurityAutoConfiguration
 
ReactiveUserDetailsServiceAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.reactive
Default user @Configuration for a reactive web application.
ReactiveUserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.reactive.ReactiveUserDetailsServiceAutoConfiguration
 
requestMatcherProvider(DispatcherServletPath) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
 
RequestMatcherProvider - Interface in org.springframework.boot.security.autoconfigure.actuate.servlet
Interface that can be used to provide a RequestMatcher that can be used with Spring Security.
RSocketSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.rsocket
Auto-configuration for 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.servlet
Auto-configuration for Spring Security.
SecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.servlet.SecurityAutoConfiguration
 
SecurityDataConfiguration - Class in org.springframework.boot.security.autoconfigure
Automatically adds Spring Security's integration with Spring Data.
SecurityDataConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.SecurityDataConfiguration
 
securityEvaluationContextExtension() - Method in class org.springframework.boot.security.autoconfigure.SecurityDataConfiguration
 
SecurityFilterAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.servlet
Auto-configuration for Spring Security's Filter.
SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.servlet.SecurityFilterAutoConfiguration
 
SecurityProperties - Class in org.springframework.boot.security.autoconfigure
Configuration properties for Spring Security.
SecurityProperties() - Constructor for class org.springframework.boot.security.autoconfigure.SecurityProperties
 
SecurityProperties.Filter - Class in org.springframework.boot.security.autoconfigure
 
SecurityProperties.User - Class in org.springframework.boot.security.autoconfigure
 
SecurityRequestMatchersManagementContextConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.servlet
ManagementContextConfiguration that configures the appropriate RequestMatcherProvider.
SecurityRequestMatchersManagementContextConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.servlet.SecurityRequestMatchersManagementContextConfiguration
 
SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.servlet
 
setDispatcherTypes(Set<DispatcherType>) - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.Filter
 
setName(String) - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
 
setOrder(int) - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.Filter
 
setPassword(String) - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
 
setRoles(List<String>) - Method in class org.springframework.boot.security.autoconfigure.SecurityProperties.User
 
StaticResourceLocation - Enum Class in org.springframework.boot.security.autoconfigure
Common locations for static resources.
StaticResourceRequest - Class in org.springframework.boot.security.autoconfigure.reactive
Used to create a ServerWebExchangeMatcher for static resources in commonly used locations.
StaticResourceRequest - Class in org.springframework.boot.security.autoconfigure.servlet
Used to create a RequestMatcher for static resources in commonly used locations.
StaticResourceRequest.StaticResourceRequestMatcher - Class in org.springframework.boot.security.autoconfigure.servlet
The request matcher used to match against resource Locations.
StaticResourceRequest.StaticResourceServerWebExchange - Class in org.springframework.boot.security.autoconfigure.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.reactive.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
to(Class<?>...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
to(String...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
to(String...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
toAdditionalPaths(WebServerNamespace, Class<?>...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest
Returns a matcher that includes additional paths under a WebServerNamespace for the specified actuator endpoints.
toAdditionalPaths(WebServerNamespace, Class<?>...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest
Returns a matcher that includes additional paths under a WebServerNamespace for the specified actuator endpoints.
toAdditionalPaths(WebServerNamespace, String...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest
Returns a matcher that includes additional paths under a WebServerNamespace for the specified actuator endpoints.
toAdditionalPaths(WebServerNamespace, String...) - Static method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest
Returns a matcher that includes additional paths under a WebServerNamespace for the specified actuator endpoints.
toAnyEndpoint() - Static method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest
Returns a matcher that includes all actuator endpoints.
toAnyEndpoint() - Static method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest
Returns a matcher that includes all actuator endpoints.
toH2Console() - Static method in class org.springframework.boot.security.autoconfigure.servlet.PathRequest
Returns a matcher that includes the H2 console location.
toLinks() - Static method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest
Returns a matcher that matches only on the links endpoint.
toLinks() - Static method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest
Returns a matcher that matches only on the links endpoint.
toStaticResources() - Static method in class org.springframework.boot.security.autoconfigure.reactive.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toStaticResources() - Static method in class org.springframework.boot.security.autoconfigure.servlet.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
toString() - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 
toString(List<Object>, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
toString(List<Object>, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
toString(List<Object>, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
toString(List<Object>, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
toString(List<Object>, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher
 
toString(List<Object>, String) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.LinksRequestMatcher
 

U

User() - Constructor for class org.springframework.boot.security.autoconfigure.SecurityProperties.User
 
UserDetailsServiceAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.servlet
Auto-configuration for a Spring Security in-memory AuthenticationManager.
UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.servlet.UserDetailsServiceAutoConfiguration
 

V

valueOf(String) - Static method in enum class org.springframework.boot.security.autoconfigure.StaticResourceLocation
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.security.autoconfigure.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.StaticResourceLocation
Resources under "/webjars".
withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.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.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.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.servlet.EndpointRequest.EndpointRequestMatcher
Restricts the matcher to only consider requests with a particular HTTP method.
A B C D E F G H I J L M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values