Uses of Interface
net.shibboleth.idp.saml.nameid.NameIdentifierDecoder
-
Packages that use NameIdentifierDecoder Package Description net.shibboleth.idp.saml.nameid.impl Implementation of SAMLNameIDandNameIdentifiergeneration and consumption. -
-
Uses of NameIdentifierDecoder in net.shibboleth.idp.saml.nameid.impl
Classes in net.shibboleth.idp.saml.nameid.impl that implement NameIdentifierDecoder Modifier and Type Class Description classCryptoTransientNameIdentifierDecoderProcesses a transientNameIdentifier, checks that itsNameIdentifier.getNameQualifier()is correct, and decodesXSString.getValue()via the base class (reversing the work done byCryptoTransientIdGenerationStrategy).classTransformingNameIdentifierDecoderTransform from aNameIdentifier.classTransientNameIdentifierDecoderDecodesXSString.getValue()via the base class (reversing the work done byTransientSAML1NameIdentifierGenerator).Fields in net.shibboleth.idp.saml.nameid.impl declared as NameIdentifierDecoder Modifier and Type Field Description private NameIdentifierDecoderNameIdentifierCanonicalization. decoderSupplies logic for decoding theNameIdentifierinto a principal.Methods in net.shibboleth.idp.saml.nameid.impl that return NameIdentifierDecoder Modifier and Type Method Description NameIdentifierDecoderNameIdentifierCanonicalization. getDecoder()Get the class responsible for decoding theNameIdentifierinto a principal.Methods in net.shibboleth.idp.saml.nameid.impl with parameters of type NameIdentifierDecoder Modifier and Type Method Description voidNameIdentifierCanonicalization. setDecoder(NameIdentifierDecoder theDecoder)Set the class responsible for decoding theNameIdentifierinto a principal.
-