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.Response
BaseDeviceVerificationEndpoint. handle(com.authlete.common.api.AuthleteApi api, DeviceVerificationRequestHandlerSpi spi)
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 ofAuthleteApi
interface and an implementation ofDeviceVerificationRequestHandlerSpi
interface. -
Uses of DeviceVerificationRequestHandlerSpi in com.authlete.jaxrs.spi
Classes in com.authlete.jaxrs.spi that implement DeviceVerificationRequestHandlerSpi Modifier and Type Class Description class
DeviceVerificationRequestHandlerSpiAdapter
Empty implementation ofDeviceVerificationRequestHandlerSpi
interface.
-