Class AttackProtectionAuthenticatorSettings

java.lang.Object
com.okta.sdk.resource.model.AttackProtectionAuthenticatorSettings
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class AttackProtectionAuthenticatorSettings extends Object implements Serializable
AttackProtectionAuthenticatorSettings
See Also:
  • Field Details

    • JSON_PROPERTY_VERIFY_KNOWLEDGE_SECOND_WHEN2FA_REQUIRED

      public static final String JSON_PROPERTY_VERIFY_KNOWLEDGE_SECOND_WHEN2FA_REQUIRED
      See Also:
  • Constructor Details

    • AttackProtectionAuthenticatorSettings

      public AttackProtectionAuthenticatorSettings()
  • Method Details

    • verifyKnowledgeSecondWhen2faRequired

      public AttackProtectionAuthenticatorSettings verifyKnowledgeSecondWhen2faRequired(Boolean verifyKnowledgeSecondWhen2faRequired)
    • getVerifyKnowledgeSecondWhen2faRequired

      @Nullable public Boolean getVerifyKnowledgeSecondWhen2faRequired()
      If true, requires users to verify a possession factor before verifying a knowledge factor when the assurance requires two-factor authentication (2FA).
      Returns:
      verifyKnowledgeSecondWhen2faRequired
    • setVerifyKnowledgeSecondWhen2faRequired

      public void setVerifyKnowledgeSecondWhen2faRequired(Boolean verifyKnowledgeSecondWhen2faRequired)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object