Sample Application

The Sample Application shipped with CA Strong Authentication serves as a code reference for the Authentication and Issuance Java SDKs. The following JSP files are shipped as a part of the CA Strong Authentication Sample Application:
aa813test
2148958
The Sample Application shipped with CA Strong Authentication serves as a code reference for the Authentication and Issuance Java SDKs. The following JSP files are shipped as a part of the CA Strong Authentication Sample Application:
  • User Operations
    From 7.0 release onwards, the user operations have to be performed using Web Services that are shipped with CA Strong Authentication. The JSP pages that the Sample Application provides is for backward compatibility.
  • Credential Operations
    • ArWFCreate<
      Credential
      >.jsp - This page is used to create credential.
    • ArWFFetch
      <Credential>
      .jsp - This page is used to fetch the credential details.
    • ArWFCredStatusChange.jsp - This page is used to enable or disable user’s credential.
    • ArWFReset
      <Credential>
      .jsp - This page is used to reset and reissue credential.
    • ArWFResetValidity.jsp - This page is used to reset the credential validity.
    • ArWFResetNotes.jsp - This page is used to reset the credential custom attributes.
    • (Only CA Auth ID) ArWFDownloadarcotID.jsp - This page is used to download the CA Auth ID PKI.
    • (Only CA Auth ID) ArWFSetArcotIDUnsignedAttributes.jsp - This page is used to set the unsigned attributes in CA AuthIDCA Auth ID PKI.
    • (Only CA Auth ID) ArWFDeleteArcotIDUnsignedAttributes.jsp - This page is used to delete the unsigned attributes in CA Auth ID PKI.
    • (Only CA Auth ID) ArWFFetchArcotIDKBE.jsp - This page is used to fetch the unsigned attributes of the CA Auth ID PKI.
    • (Only CA Auth ID) ArWFAddArcotIDKBE.jsp - This page is used to add unsigned attributes to the CA Auth ID PKI.
    • (Only CA Auth ID) ArWFDeleteArcotIDKBE.jsp - This page is used to delete unsigned attributes of the CA Auth ID PKI.
    • ArWF<
      Credential
      >Authenticate.jsp - This page is used to authenticate the user with the credential.
    • ArWFUPPartialPwdAuthenticate.jsp - This page is used to authenticate the users with their partial password.
    • ArWFQnACallerSideAuthenticate.jsp - This page is used to authenticate the users with their QnA credential by using caller-side verification.
    • ArWF<
      Credential
      >Synchronization.jsp - This page is used to synchronize the OTPs on the client device with the CA Strong Authentication Server. This page is applicable for OATH OTP, CA Auth ID OTP-OATH, and CA Auth ID OTP-EMV credentials.
    • (Only CA Auth ID) ArWFSelectArcotIDClient.jsp - This page is used to select the CA Auth ID PKI Client.
For the operations not covered by the Sample Application, see relevant Javadocs.