Package io.jans.as.client.ssa.validate
Class SsaValidateResponse
java.lang.Object
io.jans.as.client.BaseResponse
io.jans.as.client.BaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
io.jans.as.client.ssa.validate.SsaValidateResponse
public class SsaValidateResponse
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.SsaErrorResponseTypefromString(String p_str) voidinjectDataFromJson(String json) Methods inherited from class io.jans.as.client.BaseResponseWithErrors
getClaim, getClaimMap, getClaims, getErrorDescription, getErrorType, getErrorUri, getFirstClaim, injectErrorIfExistSilently, injectErrorIfExistSilently, setClaimMap, setErrorDescription, setErrorType, setErrorUri, toStringMethods inherited from class io.jans.as.client.BaseResponse
getEntity, getHeaders, getLocation, getStatus, setEntity, setHeaders, setLocation, setStatus
-
Constructor Details
-
SsaValidateResponse
public SsaValidateResponse(jakarta.ws.rs.core.Response clientResponse)
-
-
Method Details
-
fromString
- Specified by:
fromStringin classBaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
-
injectDataFromJson
- Overrides:
injectDataFromJsonin classBaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
-