Package io.jans.as.client
Class RevokeSessionRequest
java.lang.Object
io.jans.as.client.BaseRequest
io.jans.as.client.ClientAuthnRequest
io.jans.as.client.RevokeSessionRequest
- Author:
- Yuriy Zabrovarnyy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setUserCriterionKey
(String userCriterionKey) void
setUserCriterionValue
(String userCriterionValue) 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
-
Constructor Details
-
RevokeSessionRequest
public RevokeSessionRequest() -
RevokeSessionRequest
-
-
Method Details
-
getUserCriterionKey
-
setUserCriterionKey
-
getUserCriterionValue
-
setUserCriterionValue
-
getQueryString
- Specified by:
getQueryString
in classBaseRequest
-