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.SecurityFilterChainWebSecurityConfiguration.securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, CumulocityOAuthMicroserviceFilter cumulocityOAuthMicroserviceFilter, PreAuthenticateServletFilter preAuthenticateServletFilter, PostAuthenticateServletFilter postAuthenticateServletFilter, org.springframework.beans.factory.ObjectProvider<MicroserviceWebSecurityCustomizer> microserviceWebSecurityCustomizer)