Uses of Interface
net.shibboleth.idp.plugin.oidc.op.metadata.resolver.MetadataValueResolver
Packages that use MetadataValueResolver
Package
Description
Implementation classes related to resolution of OIDC metadata (or client information).
Interfaces and common classes related to resolution of OIDC metadata (or client information).
-
Uses of MetadataValueResolver in net.shibboleth.idp.plugin.oidc.op.metadata.impl
Classes in net.shibboleth.idp.plugin.oidc.op.metadata.impl that implement MetadataValueResolverModifier and TypeClassDescriptionclassAMetadataValueResolverfor resolving signing/encryption algorithm information from the currentSecurityConfiguration.classAn implementation toMetadataValueResolverthat contains an array of otherMetadataValueResolvers.classAn implementation ofMetadataValueResolverthat converts public parts of the attachedCredentialto the value.classAn implementation toRefreshableMetadataValueResolverthat fetches the information from a file.classAn implementation ofMetadataValueResolverthat resolves the value via attachedFunction.Fields in net.shibboleth.idp.plugin.oidc.op.metadata.impl with type parameters of type MetadataValueResolverModifier and TypeFieldDescriptionprivate Map<String,? extends MetadataValueResolver> DynamicFilesystemProviderMetadataResolver.dynamicResolversThe map of dynamic metadata value resolvers, key corresponding to the name of the metadata field.private List<MetadataValueResolver>ArrayMetadataValueResolver.embeddedResolversThe list of resolvers whose value is added to the result of this resolver.Method parameters in net.shibboleth.idp.plugin.oidc.op.metadata.impl with type arguments of type MetadataValueResolverModifier and TypeMethodDescriptionvoidDynamicFilesystemProviderMetadataResolver.setDynamicValueResolvers(Map<String, ? extends MetadataValueResolver> map) Set dynamic metadata value resolvers.voidArrayMetadataValueResolver.setEmbeddedResolvers(List<MetadataValueResolver> resolvers) Set the list of resolvers whose value is added to the result of this resolver. -
Uses of MetadataValueResolver in net.shibboleth.idp.plugin.oidc.op.metadata.resolver
Subinterfaces of MetadataValueResolver in net.shibboleth.idp.plugin.oidc.op.metadata.resolverModifier and TypeInterfaceDescriptioninterfaceA resolver that is capable of resolving dynamic metadata values (asObjects) which meet certain supplied criteria.