Uses of Interface
net.shibboleth.idp.plugin.oidc.op.metadata.resolver.MetadataValueResolver
-
Packages that use MetadataValueResolver Package Description net.shibboleth.idp.plugin.oidc.op.metadata.impl Implementation classes related to resolution of OIDC metadata (or client information).net.shibboleth.idp.plugin.oidc.op.metadata.resolver 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 MetadataValueResolver Modifier and Type Class Description classAlgorithmInfoMetadataValueResolverAMetadataValueResolverfor resolving signing/encryption algorithm information from the currentSecurityConfiguration.classArrayMetadataValueResolverAn implementation toMetadataValueResolverthat contains an array of otherMetadataValueResolvers.classCredentialMetadataValueResolverAn implementation ofMetadataValueResolverthat converts public parts of the attachedCredentialto the value.classFilesystemMetadataValueResolverAn implementation toRefreshableMetadataValueResolverthat fetches the information from a file.classFunctionMetadataValueResolverAn implementation ofMetadataValueResolverthat resolves the value via attachedFunction.Fields in net.shibboleth.idp.plugin.oidc.op.metadata.impl with type parameters of type MetadataValueResolver Modifier and Type Field Description private 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 MetadataValueResolver Modifier and Type Method Description voidDynamicFilesystemProviderMetadataResolver. 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.resolver Modifier and Type Interface Description interfaceRefreshableMetadataValueResolverA resolver that is capable of resolving dynamic metadata values (asObjects) which meet certain supplied criteria.
-