All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.silanis.esl.sdk.KnowledgeBasedAuthentication Maven / Gradle / Ivy

There is a newer version: 11.59.0
Show newest version
package com.silanis.esl.sdk;

public class KnowledgeBasedAuthentication {

    private KnowledgeBasedAuthenticationStatus knowledgeBasedAuthenticationStatus = KnowledgeBasedAuthenticationStatus.NOT_YET_ATTEMPTED;

    private SignerInformationForLexisNexis signerInformationForLexisNexis = null;

    public KnowledgeBasedAuthentication(){
    }

    public KnowledgeBasedAuthenticationStatus getKnowledgeBasedAuthenticationStatus() {
        return knowledgeBasedAuthenticationStatus;
    }

    public void setKnowledgeBasedAuthenticationStatus(KnowledgeBasedAuthenticationStatus knowledgeBasedAuthenticationStatus) {
        this.knowledgeBasedAuthenticationStatus = knowledgeBasedAuthenticationStatus;
    }

    public SignerInformationForLexisNexis getSignerInformationForLexisNexis() {
        return signerInformationForLexisNexis;
    }

    public void setSignerInformationForLexisNexis(SignerInformationForLexisNexis signerInformationForLexisNexis) {
        this.signerInformationForLexisNexis = signerInformationForLexisNexis;
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy