Package io.jans.as.client
Class BackchannelAuthenticationResponse
- java.lang.Object
-
- io.jans.as.client.BaseResponse
-
- io.jans.as.client.BaseResponseWithErrors<io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType>
-
- io.jans.as.client.BackchannelAuthenticationResponse
-
public class BackchannelAuthenticationResponse extends BaseResponseWithErrors<io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType>
Represents a CIBA backchannel authorization response.- Version:
- August 20, 2019
- Author:
- Javier Rojas Blum
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseResponse
entity, headers, location, status
-
-
Constructor Summary
Constructors Constructor Description BackchannelAuthenticationResponse()
Constructs a backchannel authentication response.BackchannelAuthenticationResponse(jakarta.ws.rs.core.Response clientResponse)
Constructs a backchannel authentication response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType
fromString(String p_str)
String
getAuthReqId()
Integer
getExpiresIn()
Integer
getInterval()
void
injectDataFromJson()
void
injectDataFromJson(String json)
void
setAuthReqId(String authReqId)
void
setExpiresIn(Integer expiresIn)
void
setInterval(Integer interval)
-
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 Detail
-
BackchannelAuthenticationResponse
public BackchannelAuthenticationResponse()
Constructs a backchannel authentication response.
-
BackchannelAuthenticationResponse
public BackchannelAuthenticationResponse(jakarta.ws.rs.core.Response clientResponse)
Constructs a backchannel authentication response.
-
-
Method Detail
-
fromString
public io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType fromString(String p_str)
- Specified by:
fromString
in classBaseResponseWithErrors<io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType>
-
injectDataFromJson
public void injectDataFromJson()
-
injectDataFromJson
public void injectDataFromJson(String json)
- Overrides:
injectDataFromJson
in classBaseResponseWithErrors<io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType>
-
getAuthReqId
public String getAuthReqId()
-
setAuthReqId
public void setAuthReqId(String authReqId)
-
getExpiresIn
public Integer getExpiresIn()
-
setExpiresIn
public void setExpiresIn(Integer expiresIn)
-
getInterval
public Integer getInterval()
-
setInterval
public void setInterval(Integer interval)
-
-