java.lang.Object
de.stklcode.jvault.connector.model.response.embedded.MfaMethodId
All Implemented Interfaces:
Serializable

public final class MfaMethodId extends Object implements Serializable
Embedded multi-factor-authentication (MFA) requirement.
Since:
1.2
Author:
Stefan Kalscheuer
See Also:
  • Constructor Details

    • MfaMethodId

      public MfaMethodId()
  • Method Details

    • getType

      public String getType()
      Returns:
      MFA method type
    • getId

      public String getId()
      Returns:
      MFA method id
    • getUsesPasscode

      public Boolean getUsesPasscode()
      Returns:
      MFA uses passcode id
    • getName

      public String getName()
      Returns:
      MFA method name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object