GMRequest |
GMRequest.setAccessToken(String accessToken) |
Set the access token that has come along with the grant management
request from the client application.
|
GMRequest |
GMRequest.setClientCertificate(String certificate) |
Set the client certificate used in the TLS connection established
between the client application and the grant management endpoint.
|
GMRequest |
GMRequest.setDpop(String dpop) |
Set the value of the DPoP header of the grant management request.
|
GMRequest |
GMRequest.setDpopNonceRequired(boolean required) |
Set the flag indicating whether to check if the DPoP proof JWT includes
the expected nonce value.
|
GMRequest |
GMRequest.setGmAction(GMAction gmAction) |
Set the grant management action of the grant management request.
|
GMRequest |
GMRequest.setGrantId(String grantId) |
Set the grant ID of the grant management request.
|
GMRequest |
GMRequest.setHtm(String htm) |
Set the HTTP method of the grant management request.
|
GMRequest |
GMRequest.setHtu(String htu) |
Set the URL of the grant management endpoint.
|