Package com.tivoli.am.fim.fido.server
Class FIDOClientManager
java.lang.Object
com.tivoli.am.fim.fido.server.FIDOClientManager
Class to create FIDO2 RP clients without having to use HTTP requests
-
Method Summary
Modifier and TypeMethodDescriptionGiven 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 Details
-
getClient
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
-