Class AddClientNameToClientMetadata

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

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