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.ResponseBaseDeviceCompleteEndpoint. handle(com.authlete.common.api.AuthleteApi api, DeviceCompleteRequestHandlerSpi spi, String userCode, String[] claimNames)Handle a device complete request.javax.ws.rs.core.ResponseBaseDeviceCompleteEndpoint. handle(com.authlete.common.api.AuthleteApi api, DeviceCompleteRequestHandlerSpi spi, String userCode, String[] claimNames, com.authlete.common.api.Options options)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 ofAuthleteApiinterface and an implementation ofDeviceCompleteRequestHandlerSpiinterface. -
Uses of DeviceCompleteRequestHandlerSpi in com.authlete.jaxrs.spi
Classes in com.authlete.jaxrs.spi that implement DeviceCompleteRequestHandlerSpi Modifier and Type Class Description classDeviceCompleteRequestHandlerSpiAdapterEmpty implementation ofDeviceCompleteRequestHandlerSpiinterface.
-