Class ValidateAgentAddress

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

public class ValidateAgentAddress extends AbstractAgentAction
An action that validates the requesting client address is allowed for the identified Agent identity.
Event:
EventIds.PROCEED_EVENT_ID, EventIds.INVALID_PROFILE_CTX, EventIds.ACCESS_DENIED
  • Field Details

    • log

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

    • ValidateAgentAddress

      public ValidateAgentAddress()
  • Method Details