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