Class ProviderMetadataStringListValueLookupFunction
java.lang.Object
net.shibboleth.oidc.profile.config.navigate.ProviderMetadataStringListValueLookupFunction
- All Implemented Interfaces:
Function<com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata,List<String>>
public class ProviderMetadataStringListValueLookupFunction
extends Object
implements Function<com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata,List<String>>
Fetches the value for the configured key as List of
Strings. May be null if the value is not found
or the given OIDCProviderMetadata is null.-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger. -
keyName
The key for which to fetch the value for.
-
-
Constructor Details
-
ProviderMetadataStringListValueLookupFunction
public ProviderMetadataStringListValueLookupFunction(@ParameterName(name="keyName") @Nonnull String name) Constructor.- Parameters:
name- The key for which to fetch the value for.
-
-
Method Details