Uses of Interface
com.cumulocity.microservice.security.configuration.MicroserviceWebSecurityCustomizer
Packages that use MicroserviceWebSecurityCustomizer
-
Uses of MicroserviceWebSecurityCustomizer in com.cumulocity.microservice.security.configuration
Method parameters in com.cumulocity.microservice.security.configuration with type arguments of type MicroserviceWebSecurityCustomizerModifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChain
WebSecurityConfiguration.securityFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, org.springframework.web.servlet.handler.HandlerMappingIntrospector introspector, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, CumulocityOAuthMicroserviceFilter cumulocityOAuthMicroserviceFilter, PreAuthenticateServletFilter preAuthenticateServletFilter, PostAuthenticateServletFilter postAuthenticateServletFilter, org.springframework.beans.factory.ObjectProvider<MicroserviceWebSecurityCustomizer> microserviceWebSecurityCustomizer)