Class RetryWithHttpsEntryPoint
- java.lang.Object
-
- org.springframework.security.web.access.channel.AbstractRetryEntryPoint
-
- org.springframework.security.web.access.channel.RetryWithHttpsEntryPoint
-
- All Implemented Interfaces:
ChannelEntryPoint
public class RetryWithHttpsEntryPoint extends AbstractRetryEntryPoint
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 Summary
-
Fields inherited from class org.springframework.security.web.access.channel.AbstractRetryEntryPoint
logger
-
-
Constructor Summary
Constructors Constructor Description RetryWithHttpsEntryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Integer
getMappedPort(java.lang.Integer mapFromPort)
-
Methods inherited from class org.springframework.security.web.access.channel.AbstractRetryEntryPoint
commence, getPortMapper, getPortResolver, getRedirectStrategy, setPortMapper, setPortResolver, setRedirectStrategy
-
-
-
-
Method Detail
-
getMappedPort
protected java.lang.Integer getMappedPort(java.lang.Integer mapFromPort)
- Specified by:
getMappedPort
in classAbstractRetryEntryPoint
-
-