Uses of Class
io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
Packages that use WebAuthn4JOptions
Package
Description
-
Uses of WebAuthn4JOptions in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j that return WebAuthn4JOptionsModifier and TypeMethodDescriptionWebAuthn4JOptions.addPubKeyCredParam(COSEAlgorithm pubKeyCredParam) WebAuthn4JOptions.addRootCertificate(X509Certificate rootCA) Adds a root certificate using its 'CN' subject as key.WebAuthn4JOptions.addTransport(AuthenticatorTransport transport) WebAuthn4JOptions.putRootCertificate(String key, String value) WebAuthn4JOptions.putRootCertificate(String key, X509Certificate cert) WebAuthn4JOptions.setAttestation(Attestation attestation) WebAuthn4JOptions.setAuthenticatorAttachment(AuthenticatorAttachment authenticatorAttachment) WebAuthn4JOptions.setChallengeLength(int challengeLength) WebAuthn4JOptions.setExtensions(JsonObject extensions) WebAuthn4JOptions.setPubKeyCredParams(List<COSEAlgorithm> pubKeyCredParams) WebAuthn4JOptions.setRelaxedSafetyNetIntegrityVeridict(boolean relaxedSafetyNetIntegrityVeridict) Set to true to allow SafetyNet attestation with a relaxed integrity veridict.WebAuthn4JOptions.setRelyingParty(RelyingParty relyingParty) WebAuthn4JOptions.setRequireResidentKey(Boolean requireResidentKey) WebAuthn4JOptions.setResidentKey(ResidentKey residentKey) WebAuthn4JOptions.setRootCertificates(Map<String, String> rootCertificates) WebAuthn4JOptions.setTimeoutInMilliseconds(Long timeoutInMilliseconds) WebAuthn4JOptions.setTransports(List<AuthenticatorTransport> transports) WebAuthn4JOptions.setUseMetadata(boolean useMetadata) WebAuthn4JOptions.setUserPresenceRequired(boolean userPresenceRequired) WebAuthn4JOptions.setUserVerification(UserVerification userVerification) Methods in io.vertx.ext.auth.webauthn4j with parameters of type WebAuthn4JOptionsModifier and TypeMethodDescriptionstatic WebAuthn4JWebAuthn4J.create(Vertx vertx, WebAuthn4JOptions options) Create a WebAuthN auth provider -
Uses of WebAuthn4JOptions in io.vertx.reactivex.ext.auth.webauthn4j
Methods in io.vertx.reactivex.ext.auth.webauthn4j with parameters of type WebAuthn4JOptionsModifier and TypeMethodDescriptionstatic WebAuthn4JWebAuthn4J.create(Vertx vertx, WebAuthn4JOptions options) Create a WebAuthN auth provider -
Uses of WebAuthn4JOptions in io.vertx.rxjava3.ext.auth.webauthn4j
Methods in io.vertx.rxjava3.ext.auth.webauthn4j with parameters of type WebAuthn4JOptionsModifier and TypeMethodDescriptionstatic WebAuthn4JWebAuthn4J.create(Vertx vertx, WebAuthn4JOptions options) Create a WebAuthN auth provider