public abstract class UserInfoResponse extends Object implements Response
Related specifications:
Constructor and Description |
---|
UserInfoResponse() |
Modifier and Type | Method and Description |
---|---|
static UserInfoResponse |
parse(HTTPResponse httpResponse)
Parses a UserInfo response from the specified HTTP response.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
indicatesSuccess, toHTTPResponse
public UserInfoResponse()
public static UserInfoResponse parse(HTTPResponse httpResponse) throws ParseException
httpResponse
- The HTTP response. Must not be null
.ParseException
- If the HTTP response couldn't be parsed to a
UserInfo response.Copyright © 2016 Connect2id Ltd.. All rights reserved.