Package io.jans.as.client.par
Class ParResponse
java.lang.Object
io.jans.as.client.BaseResponse
io.jans.as.client.BaseResponseWithErrors
io.jans.as.client.par.ParResponse
- Author:
- Yuriy Zabrovarnyy
-
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.error.IErrorType
fromString
(String str) void
setExpiresIn
(Integer expiresIn) void
setRequestUri
(String requestUri) Methods inherited from class io.jans.as.client.BaseResponseWithErrors
getClaim, getClaimMap, getClaims, getErrorDescription, getErrorType, getErrorUri, getFirstClaim, injectDataFromJson, 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
-
ParResponse
public ParResponse(jakarta.ws.rs.core.Response clientResponse)
-
-
Method Details
-
getRequestUri
-
setRequestUri
-
getExpiresIn
-
setExpiresIn
-
fromString
- Specified by:
fromString
in classBaseResponseWithErrors
-