Class AddClientNameToClientMetadata

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

public class AddClientNameToClientMetadata extends AbstractOIDCClientMetadataPopulationAction
Adds client name from the input metadata to the output OIDCClientMetadata. The name with and without language tag(s) are populated from the input.
  • Field Details

    • log

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

    • AddClientNameToClientMetadata

      public AddClientNameToClientMetadata()
  • Method Details