org.springframework.security.web.access.channel
Class RetryWithHttpEntryPoint
java.lang.Object
org.springframework.security.web.access.channel.AbstractRetryEntryPoint
org.springframework.security.web.access.channel.RetryWithHttpEntryPoint
- All Implemented Interfaces:
- ChannelEntryPoint
public class RetryWithHttpEntryPoint
- extends AbstractRetryEntryPoint
Commences an insecure channel by retrying the original request using HTTP.
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: RetryWithHttpEntryPoint.java 3640 2009-05-04 14:24:54Z ltaylor $
- Author:
- Ben Alex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryWithHttpEntryPoint
public RetryWithHttpEntryPoint()
getMappedPort
protected Integer getMappedPort(Integer mapFromPort)
- Specified by:
getMappedPort
in class AbstractRetryEntryPoint
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.