com.tivoli.am.fim.fido.server

Class FIDOClientManager

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


  • public class FIDOClientManager
    extends java.lang.Object
    Class to create FIDO2 RP clients without having to use HTTP requests
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      LocalFIDOClient getClient(java.lang.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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClient

        public LocalFIDOClient getClient(java.lang.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