Uses of Interface
com.authlete.jaxrs.spi.BackchannelAuthenticationCompleteRequestHandlerSpi
-
Packages that use BackchannelAuthenticationCompleteRequestHandlerSpi Package Description com.authlete.jaxrs com.authlete.jaxrs.spi -
-
Uses of BackchannelAuthenticationCompleteRequestHandlerSpi in com.authlete.jaxrs
Constructors in com.authlete.jaxrs with parameters of type BackchannelAuthenticationCompleteRequestHandlerSpi Constructor Description BackchannelAuthenticationCompleteRequestHandler(com.authlete.common.api.AuthleteApi api, BackchannelAuthenticationCompleteRequestHandlerSpi spi)
Constructor with an implementation ofAuthleteApi
interface and an implementation ofBackchannelAuthenticationCompleteRequestHandlerSpi
interface. -
Uses of BackchannelAuthenticationCompleteRequestHandlerSpi in com.authlete.jaxrs.spi
Classes in com.authlete.jaxrs.spi that implement BackchannelAuthenticationCompleteRequestHandlerSpi Modifier and Type Class Description class
BackchannelAuthenticationCompleteRequestHandlerSpiAdapter
Empty implementation ofBackchannelAuthenticationCompleteRequestHandlerSpi
interface.
-