Uses of Class
io.jans.fido2.service.external.context.ExternalFido2Context
-
Packages that use ExternalFido2Context Package Description io.jans.fido2.service.external -
-
Uses of ExternalFido2Context in io.jans.fido2.service.external
Methods in io.jans.fido2.service.external with parameters of type ExternalFido2Context Modifier and Type Method Description boolean
ExternalFido2Service. authenticateAssertionFinish(com.fasterxml.jackson.databind.JsonNode params, ExternalFido2Context context)
boolean
ExternalFido2Service. authenticateAssertionStart(com.fasterxml.jackson.databind.JsonNode params, ExternalFido2Context context)
boolean
ExternalFido2Service. registerAttestationFinish(com.fasterxml.jackson.databind.JsonNode params, ExternalFido2Context context)
boolean
ExternalFido2Service. registerAttestationStart(com.fasterxml.jackson.databind.JsonNode params, ExternalFido2Context context)
boolean
ExternalFido2Service. verifyAssertionFinish(com.fasterxml.jackson.databind.JsonNode params, ExternalFido2Context context)
boolean
ExternalFido2Service. verifyAssertionStart(com.fasterxml.jackson.databind.JsonNode params, ExternalFido2Context context)
boolean
ExternalFido2Service. verifyAttestationFinish(com.fasterxml.jackson.databind.JsonNode params, ExternalFido2Context context)
boolean
ExternalFido2Service. verifyAttestationStart(com.fasterxml.jackson.databind.JsonNode params, ExternalFido2Context context)
-