Package io.jans.as.client
Class RevokeSessionResponse
- java.lang.Object
-
- io.jans.as.client.BaseResponse
-
- io.jans.as.client.BaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
-
- io.jans.as.client.RevokeSessionResponse
-
public class RevokeSessionResponse extends BaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
- Author:
- Yuriy Zabrovarnyy
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseResponse
entity, headers, location, status
-
-
Constructor Summary
Constructors Constructor Description RevokeSessionResponse()
RevokeSessionResponse(jakarta.ws.rs.core.Response clientResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.session.EndSessionErrorResponseType
fromString(String params)
void
injectDataFromJson()
-
Methods inherited from class io.jans.as.client.BaseResponseWithErrors
getClaim, getClaimMap, getClaims, getErrorDescription, getErrorType, getErrorUri, getFirstClaim, injectDataFromJson, injectErrorIfExistSilently, injectErrorIfExistSilently, setClaimMap, setErrorDescription, setErrorType, setErrorUri, toString
-
Methods inherited from class io.jans.as.client.BaseResponse
getEntity, getHeaders, getLocation, getStatus, setEntity, setHeaders, setLocation, setStatus
-
-
-
-
Method Detail
-
fromString
public io.jans.as.model.session.EndSessionErrorResponseType fromString(String params)
- Specified by:
fromString
in classBaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
-
injectDataFromJson
public void injectDataFromJson()
-
-