Uses of Interface
net.shibboleth.oidc.saml.xmlobject.JwksUri
-
Packages that use JwksUri Package Description net.shibboleth.oidc.metadata.keyinfo.ext.impl.provider Implementation classes related to KeyInfo extensions.net.shibboleth.oidc.saml.xmlobject.impl Concrete implementations of the objects described in saml-metadata-ext-oidcmd.xsd. -
-
Uses of JwksUri in net.shibboleth.oidc.metadata.keyinfo.ext.impl.provider
Methods in net.shibboleth.oidc.metadata.keyinfo.ext.impl.provider that return JwksUri Modifier and Type Method Description protected JwksUriJWKSReferenceProvider. getJwksUri(XMLObject xmlObject)Get the JwksUri from the passed XML object. -
Uses of JwksUri in net.shibboleth.oidc.saml.xmlobject.impl
Classes in net.shibboleth.oidc.saml.xmlobject.impl that implement JwksUri Modifier and Type Class Description classJwksUriImplConcrete implementation ofJwksUri.Methods in net.shibboleth.oidc.saml.xmlobject.impl that return JwksUri Modifier and Type Method Description JwksUriJwksUriBuilder. buildObject()JwksUriJwksUriBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
-