Class TOTPAuthenticatorArguments

java.lang.Object
net.shibboleth.shared.cli.AbstractCommandLineArguments
net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLineArguments
net.shibboleth.idp.plugin.authn.totp.impl.TOTPAuthenticatorArguments
All Implemented Interfaces:
CommandLineArguments

public class TOTPAuthenticatorArguments extends net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLineArguments
Arguments for TOTPAuthenticatorCLI.
  • Field Details

    • authenticatorName

      @Nullable private String authenticatorName
      Name of a specific TOTPAuthenticator, if one has been requested.
    • issuer

      @Nullable private String issuer
      Credential issuer.
    • account

      @Nullable private String account
      Credential account name.
    • seed

      @Nullable private byte[] seed
      Raw token seed when verifying codes.
    • tokenCode

      @Nullable private Integer tokenCode
      Token code to verify.
    • log

      @Nullable private org.slf4j.Logger log
      The Log.
  • Constructor Details

    • TOTPAuthenticatorArguments

      public TOTPAuthenticatorArguments()
  • Method Details