Class ClientInformationStringValueLookupFunction

java.lang.Object
net.shibboleth.oidc.profile.config.navigate.ClientInformationStringValueLookupFunction
All Implemented Interfaces:
Function<OIDCClientInformation,String>

public class ClientInformationStringValueLookupFunction extends Object implements Function<OIDCClientInformation,String>
Fetches the value for the configured key as String. May be null if the value is not found or the given OIDCClientInformation or its metadata 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

    • ClientInformationStringValueLookupFunction

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