java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,B>
org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<PortMapperConfigurer<H>,H>
org.springframework.security.config.annotation.web.configurers.PortMapperConfigurer<H>
All Implemented Interfaces:
SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,H>

public final class PortMapperConfigurer<H extends HttpSecurityBuilder<H>> extends AbstractHttpConfigurer<PortMapperConfigurer<H>,H>
Allows configuring a shared PortMapper instance used to determine the ports when redirecting between HTTP and HTTPS. The PortMapper can be obtained from AbstractConfiguredSecurityBuilder.getSharedObject(Class).
Since:
3.2