Uses of Class
net.shibboleth.idp.saml.nameid.NameDecoderException
-
Packages that use NameDecoderException Package Description net.shibboleth.idp.saml.nameid Code for manipulating NameIDs and NameIdentifiers. -
-
Uses of NameDecoderException in net.shibboleth.idp.saml.nameid
Methods in net.shibboleth.idp.saml.nameid that throw NameDecoderException Modifier and Type Method Description StringNameIDDecoder. decode(SubjectCanonicalizationContext c14nContext, NameID nameID)Decode the providedNameID.StringNameIdentifierDecoder. decode(SubjectCanonicalizationContext c14nContext, NameIdentifier nameID)Decode the providedNameIdentifier.
-