Uses of Class
com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params
-
Packages that use BackchannelAuthenticationRequestHandler.Params Package Description com.authlete.jaxrs -
-
Uses of BackchannelAuthenticationRequestHandler.Params in com.authlete.jaxrs
Methods in com.authlete.jaxrs that return BackchannelAuthenticationRequestHandler.Params Modifier and Type Method Description BackchannelAuthenticationRequestHandler.Params
BackchannelAuthenticationRequestHandler.Params. setAuthorization(String authorization)
Set the value of theAuthorization
header in the backchannel authentication request.BackchannelAuthenticationRequestHandler.Params
BackchannelAuthenticationRequestHandler.Params. setClientAttestation(String jwt)
Set the value of theOAuth-Client-Attestation
HTTP header.BackchannelAuthenticationRequestHandler.Params
BackchannelAuthenticationRequestHandler.Params. setClientAttestationPop(String jwt)
Set the value of theOAuth-Client-Attestation-PoP
HTTP header.BackchannelAuthenticationRequestHandler.Params
BackchannelAuthenticationRequestHandler.Params. setClientCertificatePath(String[] path)
Set the path of the client's certificate, each in PEM format.BackchannelAuthenticationRequestHandler.Params
BackchannelAuthenticationRequestHandler.Params. setParameters(javax.ws.rs.core.MultivaluedMap<String,String> parameters)
Set the request parameters of the backchannel authentication request.Methods in com.authlete.jaxrs with parameters of type BackchannelAuthenticationRequestHandler.Params Modifier and Type Method Description javax.ws.rs.core.Response
BackchannelAuthenticationRequestHandler. handle(BackchannelAuthenticationRequestHandler.Params params)
Handle a backchannel authentication request to a backchannel authentication endpoint of CIBA (Client Initiated Backchannel Authentication).javax.ws.rs.core.Response
BaseBackchannelAuthenticationEndpoint. handle(com.authlete.common.api.AuthleteApi api, BackchannelAuthenticationRequestHandlerSpi spi, BackchannelAuthenticationRequestHandler.Params params)
Handle a backchannel authentication request.
-