PushedAuthReqHandler.Params |
PushedAuthReqHandler.Params.setAuthorization(String authorization) |
Set the value of the Authorization header in the PAR request.
|
PushedAuthReqHandler.Params |
PushedAuthReqHandler.Params.setClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
PushedAuthReqHandler.Params |
PushedAuthReqHandler.Params.setClientAttestationPop(String jwt) |
Set the value of the OAuth-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 the DPoP 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(javax.ws.rs.core.MultivaluedMap<String,String> parameters) |
Set the request parameters of the PAR request.
|