Class DefaultPlatformCockpitSessionService

  • All Implemented Interfaces:
    com.hybris.cockpitng.util.CockpitSessionService, java.io.Serializable

    public class DefaultPlatformCockpitSessionService
    extends com.hybris.cockpitng.util.impl.DefaultCockpitSessionService
    Enhanced version of DefaultCockpitSessionService that does proper hybris session logout handling.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void logout()  
      void setSessionService​(SessionService sessionService)  
      • Methods inherited from class com.hybris.cockpitng.util.impl.DefaultCockpitSessionService

        getAttribute, getWidgetInstanceMap, removeAttribute, setAttribute, setLogoutURI, setWidgetInstanceMap
      • Methods inherited from class java.lang.Object

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

      • DefaultPlatformCockpitSessionService

        public DefaultPlatformCockpitSessionService()
    • Method Detail

      • logout

        public void logout()
        Specified by:
        logout in interface com.hybris.cockpitng.util.CockpitSessionService
        Overrides:
        logout in class com.hybris.cockpitng.util.impl.DefaultCockpitSessionService
      • setSessionService

        public void setSessionService​(SessionService sessionService)