Uses of Class
com.authlete.jakarta.PushedAuthReqHandler.Params
-
Packages that use PushedAuthReqHandler.Params Package Description com.authlete.jakarta -
-
Uses of PushedAuthReqHandler.Params in com.authlete.jakarta
Methods in com.authlete.jakarta that return PushedAuthReqHandler.Params Modifier and Type Method Description PushedAuthReqHandler.Params
PushedAuthReqHandler.Params. setAuthorization(String authorization)
Set the value of theAuthorization
header in the PAR request.PushedAuthReqHandler.Params
PushedAuthReqHandler.Params. setClientAttestation(String jwt)
Set the value of theOAuth-Client-Attestation
HTTP header.PushedAuthReqHandler.Params
PushedAuthReqHandler.Params. setClientAttestationPop(String jwt)
Set the value of theOAuth-Client-Attestation-PoP
HTTP header.PushedAuthReqHandler.Params
PushedAuthReqHandler.Params. setClientCertificatePath(String[] path)
Set the path of the client's certificate, each in PEM format.PushedAuthReqHandler.Params
PushedAuthReqHandler.Params. setDpop(String dpop)
Set the DPoP proof JWT (the value of theDPoP
HTTP header).PushedAuthReqHandler.Params
PushedAuthReqHandler.Params. setHtm(String htm)
Set the HTTP method of the PAR request.PushedAuthReqHandler.Params
PushedAuthReqHandler.Params. setHtu(String htu)
Set the URL of the PAR endpoint.PushedAuthReqHandler.Params
PushedAuthReqHandler.Params. setParameters(jakarta.ws.rs.core.MultivaluedMap<String,String> parameters)
Set the request parameters of the PAR request.Methods in com.authlete.jakarta with parameters of type PushedAuthReqHandler.Params Modifier and Type Method Description jakarta.ws.rs.core.Response
BasePushedAuthReqEndpoint. handle(com.authlete.common.api.AuthleteApi api, PushedAuthReqHandler.Params params)
Handle a PAR request.jakarta.ws.rs.core.Response
BasePushedAuthReqEndpoint. handle(com.authlete.common.api.AuthleteApi api, PushedAuthReqHandler.Params params, com.authlete.common.api.Options options)
Handle a PAR request.jakarta.ws.rs.core.Response
PushedAuthReqHandler. handle(PushedAuthReqHandler.Params params)
Handle a PAR request.jakarta.ws.rs.core.Response
PushedAuthReqHandler. handle(PushedAuthReqHandler.Params params, com.authlete.common.api.Options options)
Handle a PAR request.
-