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
-
public class ParResponse extends BaseResponseWithErrors
- Author:
- Yuriy Zabrovarnyy
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseResponse
entity, headers, location, status
-
-
Constructor Summary
Constructors Constructor Description ParResponse(jakarta.ws.rs.core.Response clientResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.error.IErrorType
fromString(java.lang.String str)
java.lang.Integer
getExpiresIn()
java.lang.String
getRequestUri()
void
setExpiresIn(java.lang.Integer expiresIn)
void
setRequestUri(java.lang.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
-
-
-
-
Method Detail
-
getRequestUri
public java.lang.String getRequestUri()
-
setRequestUri
public void setRequestUri(java.lang.String requestUri)
-
getExpiresIn
public java.lang.Integer getExpiresIn()
-
setExpiresIn
public void setExpiresIn(java.lang.Integer expiresIn)
-
fromString
public io.jans.as.model.error.IErrorType fromString(java.lang.String str)
- Specified by:
fromString
in classBaseResponseWithErrors
-
-