@Configuration @ConditionalOnClass(value=org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter.class) protected static class EndpointWebMvcChildContextConfiguration.SecureEndpointHandlerMappingConfiguration extends EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
that also configures the
security filter.Modifier | Constructor and Description |
---|---|
protected |
EndpointWebMvcChildContextConfiguration.SecureEndpointHandlerMappingConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
postProcessMapping(ListableBeanFactory beanFactory,
EndpointHandlerMapping mapping)
Hook to allow additional post processing of
EndpointHandlerMapping . |
handlerMapping
protected EndpointWebMvcChildContextConfiguration.SecureEndpointHandlerMappingConfiguration()
protected void postProcessMapping(ListableBeanFactory beanFactory, EndpointHandlerMapping mapping)
EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
EndpointHandlerMapping
.postProcessMapping
in class EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
beanFactory
- the source bean factorymapping
- the mapping to customizeCopyright © 2015 Pivotal Software, Inc.. All rights reserved.