org.appfuse.webapp.util
Class SslUtil

java.lang.Object
  extended byorg.appfuse.webapp.util.BaseUtil
      extended byorg.appfuse.webapp.util.SslUtil

public class SslUtil
extends BaseUtil

SslUtil utility class Good ol' copy-n-paste from http://www.javaworld.com/javaworld/jw-02-2002/ssl/utilityclass.txt which is referenced in the following article: http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html


Field Summary
static String HTTP
           
static String HTTP_PORT_PARAM
           
static String HTTPS
           
static String HTTPS_PORT_PARAM
           
static String STD_HTTP_PORT
           
static String STD_HTTPS_PORT
           
 
Constructor Summary
SslUtil()
           
 
Method Summary
static String getRedirectString(HttpServletRequest request, ServletContext ctx, boolean isSecure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP

public static final String HTTP
See Also:
Constant Field Values

HTTPS

public static final String HTTPS
See Also:
Constant Field Values

HTTP_PORT_PARAM

public static final String HTTP_PORT_PARAM
See Also:
Constant Field Values

HTTPS_PORT_PARAM

public static final String HTTPS_PORT_PARAM
See Also:
Constant Field Values

STD_HTTP_PORT

public static final String STD_HTTP_PORT
See Also:
Constant Field Values

STD_HTTPS_PORT

public static final String STD_HTTPS_PORT
See Also:
Constant Field Values
Constructor Detail

SslUtil

public SslUtil()
Method Detail

getRedirectString

public static String getRedirectString(HttpServletRequest request,
                                       ServletContext ctx,
                                       boolean isSecure)


Copyright © 2002-2004