Uses of Class
net.shibboleth.idp.plugin.oidc.op.metadata.MetadataLookupExtensionFlowDescriptor
Packages that use MetadataLookupExtensionFlowDescriptor
Package
Description
Interfaces and common classes related to OIDC metadata (or client information).
Implementation classes related to resolution of OIDC metadata (or client information).
-
Uses of MetadataLookupExtensionFlowDescriptor in net.shibboleth.idp.plugin.oidc.op.metadata
Fields in net.shibboleth.idp.plugin.oidc.op.metadata with type parameters of type MetadataLookupExtensionFlowDescriptorModifier and TypeFieldDescriptionMetadataLookupExtensionContext.attemptedFlowsThe flows that are already attempted.Methods in net.shibboleth.idp.plugin.oidc.op.metadata that return types with arguments of type MetadataLookupExtensionFlowDescriptorModifier and TypeMethodDescriptionMetadataLookupExtensionContext.getAttemptedFlows()Get the flows that are already attempted.Constructor parameters in net.shibboleth.idp.plugin.oidc.op.metadata with type arguments of type MetadataLookupExtensionFlowDescriptorModifierConstructorDescriptionMetadataLookupExtensionFlowDescriptorManager(Collection<MetadataLookupExtensionFlowDescriptor> freeObjects) Constructor. -
Uses of MetadataLookupExtensionFlowDescriptor in net.shibboleth.idp.plugin.oidc.op.metadata.impl
Fields in net.shibboleth.idp.plugin.oidc.op.metadata.impl with type parameters of type MetadataLookupExtensionFlowDescriptorModifier and TypeFieldDescriptionSelectMetadataLookupExtensionFlow.availableFlowsThe available metadata lookup extension flows.Method parameters in net.shibboleth.idp.plugin.oidc.op.metadata.impl with type arguments of type MetadataLookupExtensionFlowDescriptorModifier and TypeMethodDescriptionvoidSelectMetadataLookupExtensionFlow.setAvailableFlows(Collection<MetadataLookupExtensionFlowDescriptor> flows) Set the available metadata lookup extension flows.