Class ProviderMetadataStringValuesLookupFunction

java.lang.Object
net.shibboleth.oidc.profile.config.navigate.ProviderMetadataStringValuesLookupFunction
All Implemented Interfaces:
Function<OIDCProviderMetadata,List<String>>

public class ProviderMetadataStringValuesLookupFunction extends Object implements Function<OIDCProviderMetadata,List<String>>
Fetches the values for the configured key as String. May return an empty list if the value is not found or the given OIDCProviderMetadata is null.
  • Field Details

    • log

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

      @Nonnull private final String keyName
      The key for which to fetch the value for.
  • Constructor Details

    • ProviderMetadataStringValuesLookupFunction

      public ProviderMetadataStringValuesLookupFunction(@ParameterName(name="keyName") @Nonnull String name)
      Constructor.
      Parameters:
      name - The key for which to fetch the value for.
  • Method Details