Class ValidateAgentOperation

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class ValidateAgentOperation extends AbstractAgentAction
An action that authorizes the operation being attempted on behalf of a requesting Agent.

This operates for utility flows that are not assumed to be active in general unless configured to be.

Event:
EventIds.PROCEED_EVENT_ID, EventIds.ACCESS_DENIED
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • ValidateAgentOperation

      public ValidateAgentOperation()
  • Method Details