Uses of Class
net.shibboleth.idp.saml.nameid.impl.BaseCryptoTransientDecoder
Packages that use BaseCryptoTransientDecoder
-
Uses of BaseCryptoTransientDecoder in net.shibboleth.idp.saml.nameid.impl
Subclasses of BaseCryptoTransientDecoder in net.shibboleth.idp.saml.nameid.implModifier and TypeClassDescriptionclassProcesses a transientNameID, checks that itsNameIDType.getNameQualifier()andNameIDType.getSPNameQualifier()are correct, and decodesXSString.getValue()via the base class (reversing the work done byCryptoTransientIdGenerationStrategy).classProcesses a transientNameIdentifier, checks that itsNameIdentifier.getNameQualifier()is correct, and decodesXSString.getValue()via the base class (reversing the work done byCryptoTransientIdGenerationStrategy).