Uses of Class
io.jans.fido2.exception.Fido2RuntimeException
-
Packages that use Fido2RuntimeException Package Description io.jans.fido2.exception io.jans.fido2.service.exception io.jans.fido2.service.handler io.jans.fido2.service.verifier -
-
Uses of Fido2RuntimeException in io.jans.fido2.exception
Subclasses of Fido2RuntimeException in io.jans.fido2.exception Modifier and Type Class Description class
AttestationException
Exception Class for Attestation related exceptions.class
Fido2MissingAttestationCertException
Missing attestation certificate Exception -
Uses of Fido2RuntimeException in io.jans.fido2.service.exception
Methods in io.jans.fido2.service.exception with parameters of type Fido2RuntimeException Modifier and Type Method Description jakarta.ws.rs.core.Response
Fido2ExceptionHandler. toResponse(Fido2RuntimeException ex)
-
Uses of Fido2RuntimeException in io.jans.fido2.service.handler
Methods in io.jans.fido2.service.handler with parameters of type Fido2RuntimeException Modifier and Type Method Description void
Fido2RuntimeExceptionHandler. handleException(Fido2RuntimeException ex)
-
Uses of Fido2RuntimeException in io.jans.fido2.service.verifier
Methods in io.jans.fido2.service.verifier that throw Fido2RuntimeException Modifier and Type Method Description void
CertificateVerifier. verifyStatusAcceptable(String aaguid, com.fasterxml.jackson.databind.JsonNode metadataEntry)
Verify that the MDS entry contains a valid state
-