Class BuildClientInformation

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

public class BuildClientInformation extends AbstractOIDCClientRegistrationAction
An action that uses the information from OIDCClientRegistrationResponseContext attached to the message context for creating a new ClientInformationResponse. It will be set as the outbound message.
  • Field Details

    • log

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

    • BuildClientInformation

      public BuildClientInformation()
  • Method Details