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.ParamsBackchannelAuthenticationRequestHandler.Params. setAuthorization(String authorization)Set the value of theAuthorizationheader in the backchannel authentication request.BackchannelAuthenticationRequestHandler.ParamsBackchannelAuthenticationRequestHandler.Params. setClientAttestation(String jwt)Set the value of theOAuth-Client-AttestationHTTP header.BackchannelAuthenticationRequestHandler.ParamsBackchannelAuthenticationRequestHandler.Params. setClientAttestationPop(String jwt)Set the value of theOAuth-Client-Attestation-PoPHTTP header.BackchannelAuthenticationRequestHandler.ParamsBackchannelAuthenticationRequestHandler.Params. setClientCertificatePath(String[] path)Set the path of the client's certificate, each in PEM format.BackchannelAuthenticationRequestHandler.ParamsBackchannelAuthenticationRequestHandler.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.ResponseBackchannelAuthenticationRequestHandler. handle(BackchannelAuthenticationRequestHandler.Params params)Handle a backchannel authentication request to a backchannel authentication endpoint of CIBA (Client Initiated Backchannel Authentication).javax.ws.rs.core.ResponseBackchannelAuthenticationRequestHandler. handle(BackchannelAuthenticationRequestHandler.Params params, com.authlete.common.api.Options bcAuthOptions, com.authlete.common.api.Options bcAuthIssueOptions, com.authlete.common.api.Options bcAuthFailOptions)Handle a backchannel authentication request to a backchannel authentication endpoint of CIBA (Client Initiated Backchannel Authentication).javax.ws.rs.core.ResponseBaseBackchannelAuthenticationEndpoint. handle(com.authlete.common.api.AuthleteApi api, BackchannelAuthenticationRequestHandlerSpi spi, BackchannelAuthenticationRequestHandler.Params params)Handle a backchannel authentication request.javax.ws.rs.core.ResponseBaseBackchannelAuthenticationEndpoint. handle(com.authlete.common.api.AuthleteApi api, BackchannelAuthenticationRequestHandlerSpi spi, BackchannelAuthenticationRequestHandler.Params params, com.authlete.common.api.Options bcAuthOptions, com.authlete.common.api.Options bcAuthIssueOptions, com.authlete.common.api.Options bcAuthFailOptions)Handle a backchannel authentication request.
-