psdi.webclient.system.session

Class WebSealSession

  • java.lang.Object
    • psdi.webclient.system.session.WebSealSession


  • public class WebSealSession
    extends java.lang.Object
    Provides utility methods to help in managing the WebSeal session.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WebSealSession() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void addTerminateHeader(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 
      static boolean enabled() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebSealSession

        public WebSealSession()
    • Method Detail

      • enabled

        public static boolean enabled()
      • addTerminateHeader

        public static void addTerminateHeader(javax.servlet.http.HttpServletRequest request,
                                              javax.servlet.http.HttpServletResponse response)