Class RetryWithHttpsEntryPoint
java.lang.Object
org.springframework.security.web.access.channel.AbstractRetryEntryPoint
org.springframework.security.web.access.channel.RetryWithHttpsEntryPoint
- All Implemented Interfaces:
- ChannelEntryPoint
Deprecated.
Commences a secure channel by retrying the original request using HTTPS.
 
This entry point should suffice in most circumstances. However, it is not intended to properly handle HTTP POSTs or other usage where a standard redirect would cause an issue.
- 
Field SummaryFields inherited from class org.springframework.security.web.access.channel.AbstractRetryEntryPointlogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected IntegergetMappedPort(Integer mapFromPort) Deprecated.Methods inherited from class org.springframework.security.web.access.channel.AbstractRetryEntryPointcommence, getPortMapper, getPortResolver, getRedirectStrategy, setPortMapper, setPortResolver, setRedirectStrategy
- 
Constructor Details- 
RetryWithHttpsEntryPointpublic RetryWithHttpsEntryPoint()Deprecated.
 
- 
- 
Method Details- 
getMappedPortDeprecated.- Specified by:
- getMappedPortin class- AbstractRetryEntryPoint
 
 
- 
HttpsRedirectFilterand its associatedPortMapper