Class AbstractAdminApiProfileAction

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, org.springframework.beans.factory.Aware, org.springframework.context.MessageSource, org.springframework.context.MessageSourceAware, org.springframework.webflow.execution.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