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