Uses of Class
net.shibboleth.idp.saml.nameid.NameDecoderException
Packages that use NameDecoderException
Package
Description
Code for manipulating NameIDs and NameIdentifiers.
Implementation of SAML
NameID
and
NameIdentifier
generation and consumption.-
Uses of NameDecoderException in net.shibboleth.idp.saml.nameid
Methods in net.shibboleth.idp.saml.nameid that throw NameDecoderExceptionModifier and TypeMethodDescriptionNameIDDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameID nameID) Decode the providedNameID
.NameIdentifierDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameIdentifier nameID) Decode the providedNameIdentifier
. -
Uses of NameDecoderException in net.shibboleth.idp.saml.nameid.impl
Methods in net.shibboleth.idp.saml.nameid.impl that throw NameDecoderExceptionModifier and TypeMethodDescriptionprotected String
Convert the transient Id into the principal.Convert the transient Id into the principal.CryptoTransientNameIDDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameID nameID) Decode the providedNameID
.CryptoTransientNameIdentifierDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameIdentifier nameIdentifier) Decode the providedNameIdentifier
.StoredPersistentIdDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameID nameID) Decode the providedNameID
.TransformingNameIDDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameID nameIdentifier) Decode the providedNameID
.TransformingNameIdentifierDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameIdentifier nameIdentifier) Decode the providedNameIdentifier
.TransientNameIDDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameID nameID) Decode the providedNameID
.TransientNameIdentifierDecoder.decode
(SubjectCanonicalizationContext c14nContext, NameIdentifier nameIdentifier) Decode the providedNameIdentifier
.