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 TypeClassDescriptionclass
Generates transients using aDataSealer
to encrypt the result into a recoverable value, for use with stateless clustering.class
Generates transients using aStorageService
to manage the reverse mappings.Fields in net.shibboleth.idp.saml.nameid.impl declared as TransientIdGenerationStrategyModifier and TypeFieldDescriptionprivate TransientIdGenerationStrategy
TransientSAML1NameIdentifierGenerator.transientIdGenerator
Generator for transients.private TransientIdGenerationStrategy
TransientSAML2NameIDGenerator.transientIdGenerator
Generator for transients.Methods in net.shibboleth.idp.saml.nameid.impl with parameters of type TransientIdGenerationStrategyModifier and TypeMethodDescriptionvoid
TransientSAML1NameIdentifierGenerator.setTransientIdGenerator
(TransientIdGenerationStrategy generator) Set the generator of transient IDs.void
TransientSAML2NameIDGenerator.setTransientIdGenerator
(TransientIdGenerationStrategy generator) Set the generator of transient IDs.