Package | Description |
---|---|
org.springframework.boot.autoconfigure.security.servlet |
Auto-configuration for Servlet-based Spring Security.
|
Modifier and Type | Class and Description |
---|---|
class |
JerseyRequestMatcherProvider
RequestMatcherProvider that provides an AntPathRequestMatcher that can
be used for Jersey applications. |
class |
MvcRequestMatcherProvider
RequestMatcherProvider that provides an MvcRequestMatcher that can be
used for Spring MVC applications. |
Modifier and Type | Method and Description |
---|---|
RequestMatcherProvider |
SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration.requestMatcherProvider(HandlerMappingIntrospector introspector) |
RequestMatcherProvider |
SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration.requestMatcherProvider(JerseyApplicationPath applicationPath) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.