Uses of Interface
net.shibboleth.idp.plugin.authn.totp.impl.TOTPAuthenticator
Packages that use TOTPAuthenticator
Package
Description
TOTP login flow implementation classes.
-
Uses of TOTPAuthenticator in net.shibboleth.idp.plugin.authn.totp.impl
Classes in net.shibboleth.idp.plugin.authn.totp.impl that implement TOTPAuthenticatorModifier and TypeClassDescriptionclassA TOTP implementation based on Google Authenticator code.Fields in net.shibboleth.idp.plugin.authn.totp.impl declared as TOTPAuthenticatorModifier and TypeFieldDescriptionprivate TOTPAuthenticatorTOTPCredentialValidator.authenticatorTOTP implementation.Methods in net.shibboleth.idp.plugin.authn.totp.impl with parameters of type TOTPAuthenticatorModifier and TypeMethodDescriptionvoidTOTPCredentialValidator.setAuthenticator(TOTPAuthenticator impl) Set TOTP implementation to use.