org.springframework.security.web.access.channel
Class AbstractRetryEntryPoint
java.lang.Object
org.springframework.security.web.access.channel.AbstractRetryEntryPoint
- All Implemented Interfaces:
- ChannelEntryPoint
- Direct Known Subclasses:
- RetryWithHttpEntryPoint, RetryWithHttpsEntryPoint
public abstract class AbstractRetryEntryPoint
- extends Object
- implements ChannelEntryPoint
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
AbstractRetryEntryPoint
public AbstractRetryEntryPoint(String scheme,
int standardPort)
commence
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
throws IOException,
javax.servlet.ServletException
- Description copied from interface:
ChannelEntryPoint
- Commences a secure channel.
Implementations should modify the headers on the ServletResponse
as necessary to commence the user
agent using the implementation's supported channel type.
- Specified by:
commence
in interface ChannelEntryPoint
- Parameters:
request
- that a ChannelProcessor
has rejectedres
- so that the user agent can begin using a new channel
- Throws:
IOException
javax.servlet.ServletException
getMappedPort
protected abstract Integer getMappedPort(Integer mapFromPort)
getPortMapper
protected final PortMapper getPortMapper()
getPortResolver
protected final PortResolver getPortResolver()
setPortMapper
public void setPortMapper(PortMapper portMapper)
setPortResolver
public void setPortResolver(PortResolver portResolver)