org.loom.interceptor
Interface SSLRedirectDataFactory

All Known Implementing Classes:
DefaultSSLRedirectDataFactory

public interface SSLRedirectDataFactory


Method Summary
 SSLRedirectData getRedirectData(LoomServletRequest request, SSLPolicyType policy)
          Return null if the request should not be redirect, the scheme and port otherwise
 

Method Detail

getRedirectData

SSLRedirectData getRedirectData(LoomServletRequest request,
                                SSLPolicyType policy)
Return null if the request should not be redirect, the scheme and port otherwise