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 Constructor Description StatusListResponse()
StatusListResponse(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)
int
getBits()
io.jans.as.model.jwt.Jwt
getJwt()
String
getLst()
io.jans.model.tokenstatus.StatusList
getStatusList()
void
injectData(jakarta.ws.rs.core.Response clientResponse)
void
setBits(int bits)
void
setJwt(io.jans.as.model.jwt.Jwt jwt)
void
setLst(String lst)
String
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
-
-
-
-
Method Detail
-
getStatusList
public io.jans.model.tokenstatus.StatusList getStatusList() throws IOException
- Throws:
IOException
-
fromString
public io.jans.as.model.session.EndSessionErrorResponseType fromString(String params)
- Specified by:
fromString
in classBaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
-
injectData
public void injectData(jakarta.ws.rs.core.Response clientResponse)
-
getLst
public String getLst()
-
setLst
public void setLst(String lst)
-
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
public String toString()
- Overrides:
toString
in classBaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
-
-