Uses of Interface
com.authlete.jaxrs.spi.DeviceVerificationRequestHandlerSpi
-
Packages that use DeviceVerificationRequestHandlerSpi Package Description com.authlete.jaxrs com.authlete.jaxrs.spi -
-
Uses of DeviceVerificationRequestHandlerSpi in com.authlete.jaxrs
Methods in com.authlete.jaxrs with parameters of type DeviceVerificationRequestHandlerSpi Modifier and Type Method Description javax.ws.rs.core.ResponseBaseDeviceVerificationEndpoint. handle(com.authlete.common.api.AuthleteApi api, DeviceVerificationRequestHandlerSpi spi)Handle a device verification request.javax.ws.rs.core.ResponseBaseDeviceVerificationEndpoint. handle(com.authlete.common.api.AuthleteApi api, DeviceVerificationRequestHandlerSpi spi, com.authlete.common.api.Options options)Handle a device verification request.Constructors in com.authlete.jaxrs with parameters of type DeviceVerificationRequestHandlerSpi Constructor Description DeviceVerificationRequestHandler(com.authlete.common.api.AuthleteApi api, DeviceVerificationRequestHandlerSpi spi)Constructor with an implementation ofAuthleteApiinterface and an implementation ofDeviceVerificationRequestHandlerSpiinterface. -
Uses of DeviceVerificationRequestHandlerSpi in com.authlete.jaxrs.spi
Classes in com.authlete.jaxrs.spi that implement DeviceVerificationRequestHandlerSpi Modifier and Type Class Description classDeviceVerificationRequestHandlerSpiAdapterEmpty implementation ofDeviceVerificationRequestHandlerSpiinterface.
-