Package io.jans.as.client.ssa.get
Class SsaGetResponse
java.lang.Object
io.jans.as.client.BaseResponse
io.jans.as.client.BaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
io.jans.as.client.ssa.get.SsaGetResponse
public class SsaGetResponse
extends BaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
-
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.ssa.SsaErrorResponseType
fromString
(String p_str) void
void
injectDataFromJson
(String json) void
setSsaList
(List<SsaGetJson> ssaList) Methods inherited from class io.jans.as.client.BaseResponseWithErrors
getClaim, getClaimMap, getClaims, getErrorDescription, getErrorType, getErrorUri, getFirstClaim, injectErrorIfExistSilently, injectErrorIfExistSilently, setClaimMap, setErrorDescription, setErrorType, setErrorUri, toString
Methods inherited from class io.jans.as.client.BaseResponse
getEntity, getHeaders, getLocation, getStatus, setEntity, setHeaders, setLocation, setStatus
-
Constructor Details
-
SsaGetResponse
public SsaGetResponse() -
SsaGetResponse
public SsaGetResponse(jakarta.ws.rs.core.Response clientResponse)
-
-
Method Details
-
getSsaList
-
setSsaList
-
fromString
- Specified by:
fromString
in classBaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
-
injectDataFromJson
public void injectDataFromJson() -
injectDataFromJson
- Overrides:
injectDataFromJson
in classBaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
-