Class AbstractSessionFixationProtectionStrategy.NullEventPublisher

  • All Implemented Interfaces:
    org.springframework.context.ApplicationEventPublisher
    Enclosing class:
    AbstractSessionFixationProtectionStrategy

    protected static final class AbstractSessionFixationProtectionStrategy.NullEventPublisher
    extends java.lang.Object
    implements org.springframework.context.ApplicationEventPublisher
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NullEventPublisher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void publishEvent​(java.lang.Object event)  
      void publishEvent​(org.springframework.context.ApplicationEvent event)  
      • Methods inherited from class java.lang.Object

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

      • NullEventPublisher

        protected NullEventPublisher()
    • Method Detail

      • publishEvent

        public void publishEvent​(org.springframework.context.ApplicationEvent event)
        Specified by:
        publishEvent in interface org.springframework.context.ApplicationEventPublisher
      • publishEvent

        public void publishEvent​(java.lang.Object event)
        Specified by:
        publishEvent in interface org.springframework.context.ApplicationEventPublisher