Class AbstractMessageChannelSecurity

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, MessageHandler
Direct Known Subclasses:
StaticMessageChannelSecurity, URLEvaluatingMessageChannelSecurity

public abstract class AbstractMessageChannelSecurity extends AbstractMessageHandler
Abstract base class for message handlers which populate a MessageChannelSecurityContext on a BaseContext, where the latter is located using a lookup strategy.
  • Field Details

  • Constructor Details

    • AbstractMessageChannelSecurity

      public AbstractMessageChannelSecurity()
      Constructor.
  • Method Details