planetj.html
Class HTMLSecurityGenerator

java.lang.Object
  extended byplanetj.html.HTMLSecurityGenerator

public class HTMLSecurityGenerator
extends java.lang.Object

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


Field Summary
static java.lang.String OPTIONAL_SIGNON_REQUEST
           
 
Method Summary
 java.lang.String generateOptionalSignon(Application app, HttpServletRequest req, 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 java.lang.String OPTIONAL_SIGNON_REQUEST
See Also:
Constant Field Values
Method Detail

generateOptionalSignon

public java.lang.String generateOptionalSignon(Application app,
                                               HttpServletRequest req,
                                               HttpServletResponse res)
                                        throws CMException
Throws:
CMException

singleton

public static HTMLSecurityGenerator singleton()