Uses of Class
net.shibboleth.idp.saml.nameid.impl.BaseCryptoTransientDecoder
-
Packages that use BaseCryptoTransientDecoder Package Description net.shibboleth.idp.saml.nameid.impl Implementation of SAMLNameIDandNameIdentifiergeneration and consumption. -
-
Uses of BaseCryptoTransientDecoder in net.shibboleth.idp.saml.nameid.impl
Subclasses of BaseCryptoTransientDecoder in net.shibboleth.idp.saml.nameid.impl Modifier and Type Class Description classCryptoTransientNameIDDecoderProcesses a transientNameID, checks that itsNameIDType.getNameQualifier()andNameIDType.getSPNameQualifier()are correct, and decodesXSString.getValue()via the base class (reversing the work done byCryptoTransientIdGenerationStrategy).classCryptoTransientNameIdentifierDecoderProcesses a transientNameIdentifier, checks that itsNameIdentifier.getNameQualifier()is correct, and decodesXSString.getValue()via the base class (reversing the work done byCryptoTransientIdGenerationStrategy).
-