Uses of Class
net.shibboleth.idp.plugin.oidc.op.metadata.MetadataLookupExtensionContext
Packages that use MetadataLookupExtensionContext
Package
Description
Implementation classes related to resolution of OIDC metadata (or client information).
-
Uses of MetadataLookupExtensionContext in net.shibboleth.idp.plugin.oidc.op.metadata.impl
Fields in net.shibboleth.idp.plugin.oidc.op.metadata.impl declared as MetadataLookupExtensionContextModifier and TypeFieldDescriptionprivate MetadataLookupExtensionContextSelectMetadataLookupExtensionFlow.metadataLookupExtensionContextThe context to operate on.Fields in net.shibboleth.idp.plugin.oidc.op.metadata.impl with type parameters of type MetadataLookupExtensionContextModifier and TypeFieldDescriptionSelectMetadataLookupExtensionFlow.metadataLookupExtensionContextCreationStrategyThe creation strategy for the metadata lookup extension context.Method parameters in net.shibboleth.idp.plugin.oidc.op.metadata.impl with type arguments of type MetadataLookupExtensionContextModifier and TypeMethodDescriptionvoidSelectMetadataLookupExtensionFlow.setMetadataLookupExtensionContextCreationStrategy(Function<ProfileRequestContext, MetadataLookupExtensionContext> strategy) Set the creation strategy for the metadata lookup extension context.