public class

RetryWithHttpsEntryPoint

extends AbstractRetryEntryPoint
java.lang.Object
   ↳ org.springframework.security.web.access.channel.AbstractRetryEntryPoint
     ↳ org.springframework.security.web.access.channel.RetryWithHttpsEntryPoint

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class org.springframework.security.web.access.channel.AbstractRetryEntryPoint
Public Constructors
RetryWithHttpsEntryPoint()
Protected Methods
Integer getMappedPort(Integer mapFromPort)
[Expand]
Inherited Methods
From class org.springframework.security.web.access.channel.AbstractRetryEntryPoint
From class java.lang.Object
From interface org.springframework.security.web.access.channel.ChannelEntryPoint

Public Constructors

public RetryWithHttpsEntryPoint ()

Protected Methods

protected Integer getMappedPort (Integer mapFromPort)