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 classAttestationExceptionException Class for Attestation related exceptions.classFido2MissingAttestationCertExceptionMissing 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.ResponseFido2ExceptionHandler. 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 voidFido2RuntimeExceptionHandler. 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 voidCertificateVerifier. verifyStatusAcceptable(String aaguid, com.fasterxml.jackson.databind.JsonNode metadataEntry)Verify that the MDS entry contains a valid state
-