Uses of Class
net.shibboleth.oidc.metadata.impl.AbstractDynamicHTTPFetchingStrategy
-
Packages that use AbstractDynamicHTTPFetchingStrategy Package Description net.shibboleth.oidc.metadata.impl Implementation classes related to resolution of OIDC metadata (or client information).net.shibboleth.oidc.metadata.policy.impl Metadata policy implementation. -
-
Uses of AbstractDynamicHTTPFetchingStrategy in net.shibboleth.oidc.metadata.impl
Subclasses of AbstractDynamicHTTPFetchingStrategy in net.shibboleth.oidc.metadata.impl Modifier and Type Class Description classHTTPProviderConfigurationFetchingStrategyA dynamic strategy for fetching OpenID Connect Provider Configuration Metadata from its well-known location (OpenID Connect Discovery 1.0, section 4). -
Uses of AbstractDynamicHTTPFetchingStrategy in net.shibboleth.oidc.metadata.policy.impl
Subclasses of AbstractDynamicHTTPFetchingStrategy in net.shibboleth.oidc.metadata.policy.impl Modifier and Type Class Description classMetadataPolicyViaLocationFetchingStrategyA fetching strategy that exploitsResourceLocationCriterionfrom the givenCriteriaSetto resolve a location for metadata policy.
-