Class AbstractAdminApiProfileAction

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action
Direct Known Subclasses:
DoClientManagementOperation, IssueRegistrationAccessToken

public class AbstractAdminApiProfileAction extends AbstractProfileAction
Base class for admin flow actions producing JSON responses.
Event:
EventIds.INVALID_PROFILE_CTX
  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Class logger.
    • objectMapper

      @NonnullAfterInit private com.fasterxml.jackson.databind.ObjectMapper objectMapper
      JSON object mapper.
  • Constructor Details

    • AbstractAdminApiProfileAction

      public AbstractAdminApiProfileAction()
  • Method Details