Package io.jans.as.client
Class TokenRevocationRequest
java.lang.Object
io.jans.as.client.BaseRequest
io.jans.as.client.ClientAuthnRequest
io.jans.as.client.TokenRevocationRequest
- Version:
- January 16, 2019
- Author:
- Javier Rojas Blum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a query string with the parameters of the toke revocation request.getToken()io.jans.as.model.common.TokenTypeHintvoidvoidsetTokenTypeHint(io.jans.as.model.common.TokenTypeHint tokenTypeHint) Methods inherited from class io.jans.as.client.ClientAuthnRequest
appendClientAuthnToQuery, getAlgorithm, getAudience, getClientAssertion, getCryptoProvider, getFallbackAlgorithm, getKeyId, getSharedKey, setAlgorithm, setAudience, setCryptoProvider, setKeyId, setSharedKeyMethods 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
-
Constructor Details
-
TokenRevocationRequest
public TokenRevocationRequest()Constructs a token revocation request.
-
-
Method Details
-
getToken
-
setToken
-
getTokenTypeHint
public io.jans.as.model.common.TokenTypeHint getTokenTypeHint() -
setTokenTypeHint
public void setTokenTypeHint(io.jans.as.model.common.TokenTypeHint tokenTypeHint) -
getQueryString
Returns a query string with the parameters of the toke revocation request. Anynullor empty parameter will be omitted.- Specified by:
getQueryStringin classBaseRequest- Returns:
- A query string of parameters.
-