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
Constructors Constructor Description UserInfoResponse(org.jboss.resteasy.client.ClientResponse<java.lang.String> clientResponse)
Constructs a User 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)
java.lang.String
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
-
-
-
-
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>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classBaseResponseWithErrors<io.jans.as.model.userinfo.UserInfoErrorResponseType>
-
-