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.net.shibboleth.idp.saml.nameid.impl Implementation of SAMLNameIDandNameIdentifiergeneration and consumption. -
-
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. -
Uses of NameDecoderException in net.shibboleth.idp.saml.nameid.impl
Methods in net.shibboleth.idp.saml.nameid.impl that throw NameDecoderException Modifier and Type Method Description protected StringBaseCryptoTransientDecoder. decode(String transientId, String requesterId)Convert the transient Id into the principal.StringBaseTransientDecoder. decode(String transientId, String requesterId)Convert the transient Id into the principal.StringCryptoTransientNameIDDecoder. decode(SubjectCanonicalizationContext c14nContext, NameID nameID)Decode the providedNameID.StringCryptoTransientNameIdentifierDecoder. decode(SubjectCanonicalizationContext c14nContext, NameIdentifier nameIdentifier)Decode the providedNameIdentifier.StringStoredPersistentIdDecoder. decode(SubjectCanonicalizationContext c14nContext, NameID nameID)Decode the providedNameID.StringTransformingNameIDDecoder. decode(SubjectCanonicalizationContext c14nContext, NameID nameIdentifier)Decode the providedNameID.StringTransformingNameIdentifierDecoder. decode(SubjectCanonicalizationContext c14nContext, NameIdentifier nameIdentifier)Decode the providedNameIdentifier.StringTransientNameIDDecoder. decode(SubjectCanonicalizationContext c14nContext, NameID nameID)Decode the providedNameID.StringTransientNameIdentifierDecoder. decode(SubjectCanonicalizationContext c14nContext, NameIdentifier nameIdentifier)Decode the providedNameIdentifier.
-