Uses of Interface
net.shibboleth.oidc.saml.xmlobject.MetadataValueSAMLObject
-
Packages that use MetadataValueSAMLObject Package Description net.shibboleth.oidc.metadata.impl Implementation classes related to resolution of OIDC metadata (or client information).net.shibboleth.oidc.saml.xmlobject Concrete definitions of the objects described in saml-metadata-ext-oidcmd.xsd work.net.shibboleth.oidc.saml.xmlobject.impl 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 MetadataValueSAMLObject Modifier and Type Method Description protected 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 MetadataValueSAMLObject Modifier and Type Method Description protected Set<URI>ClientInformationNodeProcessor. 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.xmlobject Modifier and Type Interface Description interfaceClientSecretSAML2 OIDC metadata extension 'ClientSecret'.interfaceClientSecretKeyReferenceSAML2 OIDC metadata extension 'ClientSecretReferenceKey'.interfaceDefaultAcrValueSAML2 OIDC metadata extension 'DefaultAcrValue'.interfaceJwksDataSAML2 OIDC metadata extension 'JwksData'.interfaceJwksUriSAML2 OIDC metadata extension 'JwksUri'.interfacePostLogoutRedirectUriSAML2 OIDC metadata extension 'PostLogoutRedirectUri'.interfaceRequestUriSAML2 OIDC metadata extension 'RequestUri'. -
Uses of MetadataValueSAMLObject in net.shibboleth.oidc.saml.xmlobject.impl
Classes in net.shibboleth.oidc.saml.xmlobject.impl with type parameters of type MetadataValueSAMLObject Modifier and Type Class Description classAbstractMetadataValueMarshaller<T extends MetadataValueSAMLObject>Abstract thread safe Marshaller forMetadataValueSAMLObjectobjects.classAbstractMetadataValueUnmarshaller<T extends MetadataValueSAMLObject>Abstract thread-safe Unmarshaller forMetadataValueSAMLObjectobjects.Classes in net.shibboleth.oidc.saml.xmlobject.impl that implement MetadataValueSAMLObject Modifier and Type Class Description classClientSecretImplConcrete implementation ofClientSecret.classClientSecretKeyReferenceImplConcrete implementation ofClientSecretKeyReference.classDefaultAcrValueImplConcrete implementation ofDefaultAcrValue.classJwksDataImplConcrete implementation ofJwksData.classJwksUriImplConcrete implementation ofJwksUri.classPostLogoutRedirectUriImplConcrete implementation ofPostLogoutRedirectUri.classRequestUriImplConcrete implementation ofRequestUri.
-