Uses of Interface
net.shibboleth.oidc.saml.xmlobject.JwksData
-
Packages that use JwksData 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 JwksData in net.shibboleth.oidc.metadata.keyinfo.ext.impl.provider
Methods in net.shibboleth.oidc.metadata.keyinfo.ext.impl.provider that return JwksData Modifier and Type Method Description protected JwksDataInlineJwksProvider. getJwksData(XMLObject xmlObject)Get the JwksData from the passed XML object. -
Uses of JwksData in net.shibboleth.oidc.saml.xmlobject.impl
Classes in net.shibboleth.oidc.saml.xmlobject.impl that implement JwksData Modifier and Type Class Description classJwksDataImplConcrete implementation ofJwksData.Methods in net.shibboleth.oidc.saml.xmlobject.impl that return JwksData Modifier and Type Method Description JwksDataJwksDataBuilder. buildObject()JwksDataJwksDataBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
-