Package io.jans.as.client
Class StatusListResponse
java.lang.Object
io.jans.as.client.BaseResponse
io.jans.as.client.BaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
io.jans.as.client.StatusListResponse
public class StatusListResponse
extends BaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
- Author:
- Yuriy Z
-
Field Summary
Fields inherited from class io.jans.as.client.BaseResponse
entity, headers, location, status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.jans.as.model.session.EndSessionErrorResponseType
fromString
(String params) int
getBits()
io.jans.as.model.jwt.Jwt
getJwt()
getLst()
io.jans.model.tokenstatus.StatusList
void
injectData
(jakarta.ws.rs.core.Response clientResponse) void
setBits
(int bits) void
setJwt
(io.jans.as.model.jwt.Jwt jwt) void
toString()
Methods inherited from class io.jans.as.client.BaseResponseWithErrors
getClaim, getClaimMap, getClaims, getErrorDescription, getErrorType, getErrorUri, getFirstClaim, injectDataFromJson, injectErrorIfExistSilently, injectErrorIfExistSilently, setClaimMap, setErrorDescription, setErrorType, setErrorUri
Methods inherited from class io.jans.as.client.BaseResponse
getEntity, getHeaders, getLocation, getStatus, setEntity, setHeaders, setLocation, setStatus
-
Constructor Details
-
StatusListResponse
public StatusListResponse() -
StatusListResponse
public StatusListResponse(jakarta.ws.rs.core.Response clientResponse)
-
-
Method Details
-
getStatusList
- Throws:
IOException
-
fromString
- Specified by:
fromString
in classBaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
-
injectData
public void injectData(jakarta.ws.rs.core.Response clientResponse) -
getLst
-
setLst
-
getBits
public int getBits() -
setBits
public void setBits(int bits) -
getJwt
public io.jans.as.model.jwt.Jwt getJwt() -
setJwt
public void setJwt(io.jans.as.model.jwt.Jwt jwt) -
toString
- Overrides:
toString
in classBaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
-