Uses of Interface
net.shibboleth.idp.saml.nameid.impl.TransientIdGenerationStrategy
-
Packages that use TransientIdGenerationStrategy Package Description net.shibboleth.idp.saml.nameid.impl Implementation of SAMLNameIDandNameIdentifiergeneration and consumption. -
-
Uses of TransientIdGenerationStrategy in net.shibboleth.idp.saml.nameid.impl
Classes in net.shibboleth.idp.saml.nameid.impl that implement TransientIdGenerationStrategy Modifier and Type Class Description classCryptoTransientIdGenerationStrategyGenerates transients using aDataSealerto encrypt the result into a recoverable value, for use with stateless clustering.classStoredTransientIdGenerationStrategyGenerates transients using aStorageServiceto manage the reverse mappings.Fields in net.shibboleth.idp.saml.nameid.impl declared as TransientIdGenerationStrategy Modifier and Type Field Description private TransientIdGenerationStrategyTransientSAML1NameIdentifierGenerator. transientIdGeneratorGenerator for transients.private TransientIdGenerationStrategyTransientSAML2NameIDGenerator. transientIdGeneratorGenerator for transients.Methods in net.shibboleth.idp.saml.nameid.impl with parameters of type TransientIdGenerationStrategy Modifier and Type Method Description voidTransientSAML1NameIdentifierGenerator. setTransientIdGenerator(TransientIdGenerationStrategy generator)Set the generator of transient IDs.voidTransientSAML2NameIDGenerator. setTransientIdGenerator(TransientIdGenerationStrategy generator)Set the generator of transient IDs.
-