Uses of Interface
com.authlete.jaxrs.spi.DeviceCompleteRequestHandlerSpi
-
Packages that use DeviceCompleteRequestHandlerSpi Package Description com.authlete.jaxrs com.authlete.jaxrs.spi -
-
Uses of DeviceCompleteRequestHandlerSpi in com.authlete.jaxrs
Methods in com.authlete.jaxrs with parameters of type DeviceCompleteRequestHandlerSpi Modifier and Type Method Description javax.ws.rs.core.Response
BaseDeviceCompleteEndpoint. handle(com.authlete.common.api.AuthleteApi api, DeviceCompleteRequestHandlerSpi spi, String userCode, String[] claimNames)
Handle a device complete request.Constructors in com.authlete.jaxrs with parameters of type DeviceCompleteRequestHandlerSpi Constructor Description DeviceCompleteRequestHandler(com.authlete.common.api.AuthleteApi api, DeviceCompleteRequestHandlerSpi spi)
Constructor with an implementation ofAuthleteApi
interface and an implementation ofDeviceCompleteRequestHandlerSpi
interface. -
Uses of DeviceCompleteRequestHandlerSpi in com.authlete.jaxrs.spi
Classes in com.authlete.jaxrs.spi that implement DeviceCompleteRequestHandlerSpi Modifier and Type Class Description class
DeviceCompleteRequestHandlerSpiAdapter
Empty implementation ofDeviceCompleteRequestHandlerSpi
interface.
-