Package 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 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.
-
-
-
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
-
-