Package io.jans.as.client
Class ClientInfoResponse
- java.lang.Object
-
- io.jans.as.client.BaseResponse
-
- io.jans.as.client.BaseResponseWithErrors<io.jans.as.model.userinfo.UserInfoErrorResponseType>
-
- io.jans.as.client.ClientInfoResponse
-
public class ClientInfoResponse extends BaseResponseWithErrors<io.jans.as.model.userinfo.UserInfoErrorResponseType>
Represents an client info response received from the authorization server.- Author:
- Javier Rojas Blum Date: 07.19.2012
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseResponse
entity, headers, location, status
-
-
Constructor Summary
Constructors Constructor Description ClientInfoResponse(jakarta.ws.rs.core.Response clientResponse)
Constructs a Client Info response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.userinfo.UserInfoErrorResponseType
fromString(java.lang.String str)
-
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
-
fromString
public io.jans.as.model.userinfo.UserInfoErrorResponseType fromString(java.lang.String str)
- Specified by:
fromString
in classBaseResponseWithErrors<io.jans.as.model.userinfo.UserInfoErrorResponseType>
-
-