Class FIDOClientManager

java.lang.Object
com.tivoli.am.fim.fido.server.FIDOClientManager

public class FIDOClientManager extends Object
Class to create FIDO2 RP clients without having to use HTTP requests
  • Method Details

    • getClient

      public LocalFIDOClient getClient(String rpId)
      Given a string of the Relying Party ID, attempt to find and create a FIDO2 client which can be used to make attestation and assertion requests.
      Parameters:
      rpId - String used as the rpId
      Returns:
      LocalFIDOClient for the given rpId or null if Relying Party cannot be found