Uses of Interface
net.shibboleth.idp.saml.nameid.NameIdentifierDecoder
Packages that use NameIdentifierDecoder
-
Uses of NameIdentifierDecoder in net.shibboleth.idp.saml.nameid.impl
Classes in net.shibboleth.idp.saml.nameid.impl that implement NameIdentifierDecoderModifier and TypeClassDescriptionclassProcesses a transientNameIdentifier, checks that itsNameIdentifier.getNameQualifier()is correct, and decodesXSString.getValue()via the base class (reversing the work done byCryptoTransientIdGenerationStrategy).classTransform from aNameIdentifier.classDecodesXSString.getValue()via the base class (reversing the work done byTransientSAML1NameIdentifierGenerator).Fields in net.shibboleth.idp.saml.nameid.impl declared as NameIdentifierDecoderModifier and TypeFieldDescriptionprivate NameIdentifierDecoderNameIdentifierCanonicalization.decoderSupplies logic for decoding theNameIdentifierinto a principal.Methods in net.shibboleth.idp.saml.nameid.impl that return NameIdentifierDecoderModifier and TypeMethodDescriptionNameIdentifierCanonicalization.getDecoder()Get the class responsible for decoding theNameIdentifierinto a principal.Methods in net.shibboleth.idp.saml.nameid.impl with parameters of type NameIdentifierDecoderModifier and TypeMethodDescriptionvoidNameIdentifierCanonicalization.setDecoder(NameIdentifierDecoder theDecoder) Set the class responsible for decoding theNameIdentifierinto a principal.