Uses of Interface
net.shibboleth.oidc.metadata.policy.MetadataPolicyResolver
-
Packages that use MetadataPolicyResolver Package Description net.shibboleth.oidc.metadata.policy.impl Metadata policy implementation.net.shibboleth.oidc.profile.config.navigate Navigation functions related to OIDC profile configurations. -
-
Uses of MetadataPolicyResolver in net.shibboleth.oidc.metadata.policy.impl
Classes in net.shibboleth.oidc.metadata.policy.impl that implement MetadataPolicyResolver Modifier and Type Class Description classOIDCMetadataPolicyResolverConcrete resolver implementation for metadata policy resolution. -
Uses of MetadataPolicyResolver in net.shibboleth.oidc.profile.config.navigate
Fields in net.shibboleth.oidc.profile.config.navigate declared as MetadataPolicyResolver Modifier and Type Field Description private MetadataPolicyResolverResolverBasedRegistrationMetadataPolicyLookupFunction. metadataPolicyResolverThe metadata policy resolver.Methods in net.shibboleth.oidc.profile.config.navigate with parameters of type MetadataPolicyResolver Modifier and Type Method Description voidResolverBasedRegistrationMetadataPolicyLookupFunction. setMetadataPolicyResolver(MetadataPolicyResolver resolver)Set the metadata policy resolver.
-