org.appfuse.webapp.util
Class SslUtil
java.lang.Object
org.appfuse.webapp.util.BaseUtil
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SslUtil
public SslUtil()
getRedirectString
public static String getRedirectString(HttpServletRequest request,
ServletContext ctx,
boolean isSecure)
Copyright © 2002-2004