Uses of Interface
com.authlete.jaxrs.spi.BackchannelAuthenticationRequestHandlerSpi
-
Packages that use BackchannelAuthenticationRequestHandlerSpi Package Description com.authlete.jaxrs com.authlete.jaxrs.spi -
-
Uses of BackchannelAuthenticationRequestHandlerSpi in com.authlete.jaxrs
Methods in com.authlete.jaxrs with parameters of type BackchannelAuthenticationRequestHandlerSpi Modifier and Type Method Description javax.ws.rs.core.Response
BaseBackchannelAuthenticationEndpoint. handle(com.authlete.common.api.AuthleteApi api, BackchannelAuthenticationRequestHandlerSpi spi, BackchannelAuthenticationRequestHandler.Params params)
Handle a backchannel authentication request.javax.ws.rs.core.Response
BaseBackchannelAuthenticationEndpoint. handle(com.authlete.common.api.AuthleteApi api, BackchannelAuthenticationRequestHandlerSpi spi, javax.ws.rs.core.MultivaluedMap<String,String> parameters, String authorization, String[] clientCertificatePath)
Handle a backchannel authentication request in CIBA (Client Initiated Backchannel Authentication) flow.Constructors in com.authlete.jaxrs with parameters of type BackchannelAuthenticationRequestHandlerSpi Constructor Description BackchannelAuthenticationRequestHandler(com.authlete.common.api.AuthleteApi api, BackchannelAuthenticationRequestHandlerSpi spi)
Constructor with an implementation ofAuthleteApi
interface and an implementation ofBackchannelAuthenticationRequestHandlerSpi
interface. -
Uses of BackchannelAuthenticationRequestHandlerSpi in com.authlete.jaxrs.spi
Classes in com.authlete.jaxrs.spi that implement BackchannelAuthenticationRequestHandlerSpi Modifier and Type Class Description class
BackchannelAuthenticationRequestHandlerSpiAdapter
Empty implementation ofBackchannelAuthenticationRequestHandlerSpi
interface.
-