org.springframework.security.web.access.channel
Class RetryWithHttpsEntryPoint

java.lang.Object
  extended by org.springframework.security.web.access.channel.AbstractRetryEntryPoint
      extended by 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.

Version:
$Id: RetryWithHttpsEntryPoint.java 3640 2009-05-04 14:24:54Z ltaylor $
Author:
Ben Alex

Field Summary
 
Fields inherited from class org.springframework.security.web.access.channel.AbstractRetryEntryPoint
logger
 
Constructor Summary
RetryWithHttpsEntryPoint()
           
 
Method Summary
protected  Integer getMappedPort(Integer mapFromPort)
           
 
Methods inherited from class org.springframework.security.web.access.channel.AbstractRetryEntryPoint
commence, getPortMapper, getPortResolver, setPortMapper, setPortResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryWithHttpsEntryPoint

public RetryWithHttpsEntryPoint()
Method Detail

getMappedPort

protected Integer getMappedPort(Integer mapFromPort)
Specified by:
getMappedPort in class AbstractRetryEntryPoint


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.