Package io.jans.as.client
Class UserInfoResponse
java.lang.Object
io.jans.as.client.BaseResponse
io.jans.as.client.BaseResponseWithErrors<io.jans.as.model.userinfo.UserInfoErrorResponseType>
io.jans.as.client.UserInfoResponse
public class UserInfoResponse
extends BaseResponseWithErrors<io.jans.as.model.userinfo.UserInfoErrorResponseType>
Represents an user info response received from the authorization server.
- Author:
- Javier Rojas Blum Date: 11.30.2011
-
Field Summary
Fields inherited from class io.jans.as.client.BaseResponse
entity, headers, location, status
-
Constructor Summary
ConstructorsConstructorDescriptionUserInfoResponse
(jakarta.ws.rs.core.Response clientResponse) Constructs a User Info response. -
Method Summary
Modifier and TypeMethodDescriptionio.jans.as.model.userinfo.UserInfoErrorResponseType
fromString
(String str) toString()
Methods inherited from class io.jans.as.client.BaseResponseWithErrors
getClaim, getClaimMap, getClaims, getErrorDescription, getErrorType, getErrorUri, getFirstClaim, injectDataFromJson, injectErrorIfExistSilently, injectErrorIfExistSilently, setClaimMap, setErrorDescription, setErrorType, setErrorUri
Methods inherited from class io.jans.as.client.BaseResponse
getEntity, getHeaders, getLocation, getStatus, setEntity, setHeaders, setLocation, setStatus
-
Constructor Details
-
UserInfoResponse
public UserInfoResponse(jakarta.ws.rs.core.Response clientResponse) Constructs a User Info response.- Parameters:
clientResponse
- The response status code.
-
-
Method Details
-
fromString
- Specified by:
fromString
in classBaseResponseWithErrors<io.jans.as.model.userinfo.UserInfoErrorResponseType>
-
toString
- Overrides:
toString
in classBaseResponseWithErrors<io.jans.as.model.userinfo.UserInfoErrorResponseType>
-