Package io.jans.as.client
Class GlobalTokenRevocationClientRequest
- java.lang.Object
-
- io.jans.as.client.BaseRequest
-
- io.jans.as.client.ClientAuthnRequest
-
- io.jans.as.client.GlobalTokenRevocationClientRequest
-
public class GlobalTokenRevocationClientRequest extends ClientAuthnRequest
- Author:
- Yuriy Z
-
-
Constructor Summary
Constructors Constructor Description GlobalTokenRevocationClientRequest()GlobalTokenRevocationClientRequest(String format, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()StringgetId()StringgetQueryString()voidsetFormat(String format)voidsetId(String id)StringtoString()-
Methods inherited from class io.jans.as.client.ClientAuthnRequest
appendClientAuthnToQuery, getAlgorithm, getAudience, getClientAssertion, getCryptoProvider, getFallbackAlgorithm, getKeyId, getSharedKey, setAlgorithm, setAudience, setCryptoProvider, setKeyId, setSharedKey
-
Methods inherited from class io.jans.as.client.BaseRequest
addCustomParameter, getAuthenticationMethod, getAuthorizationMethod, getAuthPassword, getAuthUsername, getContentType, getCredentials, getCustomParameters, getEncodedCredentials, getEncodedCredentials, getJSONParameters, getMediaType, getParameters, hasCredentials, setAuthenticationMethod, setAuthorizationMethod, setAuthPassword, setAuthUsername, setContentType, setMediaType
-
-
-
-
Method Detail
-
getQueryString
public String getQueryString()
- Specified by:
getQueryStringin classBaseRequest
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String format)
-
getId
public String getId()
-
setId
public void setId(String id)
-
-