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.EndSessionErrorResponseTypefromString(String params) intgetBits()io.jans.as.model.jwt.JwtgetJwt()getLst()io.jans.model.tokenstatus.StatusListvoidinjectData(jakarta.ws.rs.core.Response clientResponse) voidsetBits(int bits) voidsetJwt(io.jans.as.model.jwt.Jwt jwt) voidtoString()Methods inherited from class io.jans.as.client.BaseResponseWithErrors
getClaim, getClaimMap, getClaims, getErrorDescription, getErrorType, getErrorUri, getFirstClaim, injectDataFromJson, injectErrorIfExistSilently, injectErrorIfExistSilently, setClaimMap, setErrorDescription, setErrorType, setErrorUriMethods 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:
fromStringin 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:
toStringin classBaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
-