Class AbstractSeedSource

java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.idp.plugin.authn.totp.impl.AbstractSeedSource
All Implemented Interfaces:
Consumer<ProfileRequestContext>, Component, DestructableComponent, InitializableComponent
Direct Known Subclasses:
AttributeResolverSeedSource, StaticSeedSource

@ThreadSafeAfterInit public abstract class AbstractSeedSource extends AbstractInitializableComponent implements Consumer<ProfileRequestContext>
Base class for token seed source implementations.