Package io.vertx.mutiny.ext.web.handler
Class WebAuthnHandler
java.lang.Object
io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- All Implemented Interfaces:
MutinyDelegate
,io.vertx.core.Handler<RoutingContext>
,AuthenticationHandler
,Consumer<RoutingContext>
public class WebAuthnHandler
extends Object
implements MutinyDelegate, AuthenticationHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
An auth handler that provides FIDO2 WebAuthN Relay Party support.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWebAuthnHandler
(io.vertx.ext.web.handler.WebAuthnHandler delegate) WebAuthnHandler
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(RoutingContext item) static WebAuthnHandler
boolean
io.vertx.ext.web.handler.WebAuthnHandler
void
handle
(RoutingContext arg0) int
hashCode()
static WebAuthnHandler
newInstance
(io.vertx.ext.web.handler.WebAuthnHandler arg) setupCallback
(Route route) setupCredentialsGetCallback
(Route route) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
WebAuthnHandler
public WebAuthnHandler(io.vertx.ext.web.handler.WebAuthnHandler delegate) -
WebAuthnHandler
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.WebAuthnHandler getDelegate()- Specified by:
getDelegate
in interfaceAuthenticationHandler
- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
handle
- Specified by:
handle
in interfaceAuthenticationHandler
- Specified by:
handle
in interfaceio.vertx.core.Handler<RoutingContext>
-
create
- Parameters:
webAuthn
-- Returns:
- the auth handler
-
setupCredentialsCreateCallback
- Parameters:
route
- the route where credential get options are generated.- Returns:
- fluent self.
-
setupCredentialsGetCallback
- Parameters:
route
- the route where credential get options are generated.- Returns:
- fluent self.
-
setupCallback
- Parameters:
route
- the route where assertions and attestations are verified.- Returns:
- fluent self.
-
setOrigin
- Parameters:
origin
- - an HTTP Origin- Returns:
- fluent self
-
accept
- Specified by:
accept
in interfaceAuthenticationHandler
- Specified by:
accept
in interfaceConsumer<RoutingContext>
-
newInstance
-