Package net.shibboleth.idp.plugin.authn.totp.impl
@NonnullElements
package net.shibboleth.idp.plugin.authn.totp.impl
TOTP login flow implementation classes.
-
ClassDescriptionBase class for token seed source implementations.Seed encoding types./** An action that derives a username from a lookup strategy, a TOTP code from an arbitrary source, creates a
TOTPContext, and attaches it to theAuthenticationContext.Token seed source implementation that leverages theAttributeResolver.An action that derives the TOTP code from a form parameter.An action that derives the TOTP code from an HTTP header.A TOTP implementation based on Google Authenticator code.Token seed source implementation that returns statically defined values.Interface to a TOTP implementation's primitives.Interface to a TOTP credential.Arguments forTOTPAuthenticatorCLI.Command line utility forTOTPAuthenticator.ACredentialValidatorthat checks for aTOTPContext.