Uses of Interface
net.shibboleth.oidc.saml.xmlobject.MetadataValueSAMLObject
Packages that use MetadataValueSAMLObject
Package
Description
Implementation classes related to resolution of OIDC metadata (or client information).
Concrete definitions of the objects described in saml-metadata-ext-oidcmd.xsd work.
Concrete implementations of the objects described in saml-metadata-ext-oidcmd.xsd.
-
Uses of MetadataValueSAMLObject in net.shibboleth.oidc.metadata.impl
Methods in net.shibboleth.oidc.metadata.impl with parameters of type MetadataValueSAMLObjectModifier and TypeMethodDescriptionprotected URIClientInformationNodeProcessor.getSingleURIValue(MetadataValueSAMLObject metadataValue) Converts the metadata value object value into aURI.Method parameters in net.shibboleth.oidc.metadata.impl with type arguments of type MetadataValueSAMLObjectModifier and TypeMethodDescriptionClientInformationNodeProcessor.parseUris(List<? extends MetadataValueSAMLObject> listOfValues) Parse the URIs from the given list of metadata values. -
Uses of MetadataValueSAMLObject in net.shibboleth.oidc.saml.xmlobject
Subinterfaces of MetadataValueSAMLObject in net.shibboleth.oidc.saml.xmlobjectModifier and TypeInterfaceDescriptioninterfaceSAML2 OIDC metadata extension 'ClientSecret'.interfaceSAML2 OIDC metadata extension 'ClientSecretReferenceKey'.interfaceSAML2 OIDC metadata extension 'DefaultAcrValue'.interfaceSAML2 OIDC metadata extension 'JwksData'.interfaceSAML2 OIDC metadata extension 'JwksUri'.interfaceSAML2 OIDC metadata extension 'PostLogoutRedirectUri'.interfaceSAML2 OIDC metadata extension 'RequestUri'. -
Uses of MetadataValueSAMLObject in net.shibboleth.oidc.saml.xmlobject.impl
Classes in net.shibboleth.oidc.saml.xmlobject.impl that implement MetadataValueSAMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofClientSecret.classConcrete implementation ofClientSecretKeyReference.classConcrete implementation ofDefaultAcrValue.classConcrete implementation ofJwksData.classConcrete implementation ofJwksUri.classConcrete implementation ofPostLogoutRedirectUri.classConcrete implementation ofRequestUri.