Package io.jans.as.client.ssa.jwtssa
Class SsaGetJwtResponse
- java.lang.Object
-
- io.jans.as.client.BaseResponse
-
- io.jans.as.client.BaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
-
- io.jans.as.client.ssa.jwtssa.SsaGetJwtResponse
-
public class SsaGetJwtResponse 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 Constructor Description SsaGetJwtResponse(jakarta.ws.rs.core.Response clientResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.ssa.SsaErrorResponseType
fromString(String p_str)
String
getSsa()
void
injectDataFromJson()
void
injectDataFromJson(String json)
void
setSsa(String ssa)
-
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
-
-
-
-
Method Detail
-
fromString
public io.jans.as.model.ssa.SsaErrorResponseType fromString(String p_str)
- Specified by:
fromString
in classBaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
-
injectDataFromJson
public void injectDataFromJson()
-
injectDataFromJson
public void injectDataFromJson(String json)
- Overrides:
injectDataFromJson
in classBaseResponseWithErrors<io.jans.as.model.ssa.SsaErrorResponseType>
-
getSsa
public String getSsa()
-
setSsa
public void setSsa(String ssa)
-
-