Class AuthenticationConfig


  • public final class AuthenticationConfig
    extends java.lang.Object
    Record containing Strong Customer Authentication (SCA) config
    • Constructor Detail

      • AuthenticationConfig

        public AuthenticationConfig​(java.util.ArrayList<KbaQuestion> knowledgeBase)
    • Method Detail

      • getKnowledgeBase

        public java.util.ArrayList<KbaQuestion> getKnowledgeBase()
        Knowledge-Based Authentication (KBA) questions.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object