planetj.html
Class HTMLSecurityGenerator

java.lang.Object
  |
  +--planetj.html.HTMLSecurityGenerator

public class HTMLSecurityGenerator
extends Object

Insert the type's description here. Creation date: (12/4/2002 12:42:58 PM)


Field Summary
static String OPTIONAL_SIGNON_REQUEST
           
 
Method Summary
 String generateOptionalSignon(Application app, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
static HTMLSecurityGenerator singleton()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTIONAL_SIGNON_REQUEST

public static final String OPTIONAL_SIGNON_REQUEST
See Also:
Constant Field Values
Method Detail

generateOptionalSignon

public String generateOptionalSignon(Application app,
                                     javax.servlet.http.HttpServletRequest req,
                                     javax.servlet.http.HttpServletResponse res)
                              throws CMException
CMException

singleton

public static HTMLSecurityGenerator singleton()