Package | Description |
---|---|
org.springframework.security.config.annotation.web.builders | |
org.springframework.security.config.annotation.web.configurers |
Modifier and Type | Method and Description |
---|---|
PortMapperConfigurer<HttpSecurity> |
HttpSecurity.portMapper()
Allows configuring a
PortMapper that is available from
AbstractConfiguredSecurityBuilder.getSharedObject(Class) . |
Modifier and Type | Method and Description |
---|---|
PortMapperConfigurer<H> |
PortMapperConfigurer.HttpPortMapping.mapsTo(int httpsPort)
Maps the given HTTP port to the provided HTTPS port and vice versa.
|
PortMapperConfigurer<H> |
PortMapperConfigurer.portMapper(PortMapper portMapper)
Allows specifying the
PortMapper instance. |
Copyright © 2019. All rights reserved.