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.BaseResponseentity, headers, location, status
 
- 
 - 
Constructor SummaryConstructors Constructor Description SsaGetResponse()SsaGetResponse(jakarta.ws.rs.core.Response clientResponse)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.ssa.SsaErrorResponseTypefromString(String p_str)List<SsaGetJson>getSsaList()voidinjectDataFromJson()voidinjectDataFromJson(String json)voidsetSsaList(List<SsaGetJson> ssaList)- 
Methods inherited from class io.jans.as.client.BaseResponseWithErrorsgetClaim, getClaimMap, getClaims, getErrorDescription, getErrorType, getErrorUri, getFirstClaim, injectErrorIfExistSilently, injectErrorIfExistSilently, setClaimMap, setErrorDescription, setErrorType, setErrorUri, toString
 - 
Methods inherited from class io.jans.as.client.BaseResponsegetEntity, getHeaders, getLocation, getStatus, setEntity, setHeaders, setLocation, setStatus
 
- 
 
- 
- 
- 
Method Detail- 
getSsaListpublic List<SsaGetJson> getSsaList() 
 - 
setSsaListpublic void setSsaList(List<SsaGetJson> ssaList) 
 - 
fromStringpublic io.jans.as.model.ssa.SsaErrorResponseType fromString(String p_str) - Specified by:
- fromStringin class- BaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
 
 - 
injectDataFromJsonpublic void injectDataFromJson() 
 - 
injectDataFromJsonpublic void injectDataFromJson(String json) - Overrides:
- injectDataFromJsonin class- BaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
 
 
- 
 
-