Uses of Interface
net.shibboleth.idp.saml.nameid.impl.TransientIdGenerationStrategy
Packages that use TransientIdGenerationStrategy
-
Uses of TransientIdGenerationStrategy in net.shibboleth.idp.saml.nameid.impl
Classes in net.shibboleth.idp.saml.nameid.impl that implement TransientIdGenerationStrategyModifier and TypeClassDescriptionclassGenerates transients using aDataSealerto encrypt the result into a recoverable value, for use with stateless clustering.classGenerates transients using aStorageServiceto manage the reverse mappings.Fields in net.shibboleth.idp.saml.nameid.impl declared as TransientIdGenerationStrategyModifier and TypeFieldDescriptionprivate TransientIdGenerationStrategyTransientSAML1NameIdentifierGenerator.transientIdGeneratorGenerator for transients.private TransientIdGenerationStrategyTransientSAML2NameIDGenerator.transientIdGeneratorGenerator for transients.Methods in net.shibboleth.idp.saml.nameid.impl with parameters of type TransientIdGenerationStrategyModifier and TypeMethodDescriptionvoidTransientSAML1NameIdentifierGenerator.setTransientIdGenerator(TransientIdGenerationStrategy generator) Set the generator of transient IDs.voidTransientSAML2NameIDGenerator.setTransientIdGenerator(TransientIdGenerationStrategy generator) Set the generator of transient IDs.