|
gluu
|


公開メンバ関数 | |
| TokenResponse () | |
| TokenResponse (ClientResponse< String > clientResponse) | |
| TokenErrorResponseType | fromString (String p_str) |
| void | injectDataFromJson () |
| void | injectDataFromJson (String p_json) |
| String | getAccessToken () |
| void | setAccessToken (String accessToken) |
| TokenType | getTokenType () |
| void | setTokenType (TokenType tokenType) |
| Integer | getExpiresIn () |
| void | setExpiresIn (Integer expiresIn) |
| String | getRefreshToken () |
| void | setRefreshToken (String refreshToken) |
| String | getScope () |
| void | setScope (String scope) |
| String | getIdToken () |
| void | setIdToken (String idToken) |
| String | getErrorDescription () |
| void | setErrorDescription (String p_errorDescription) |
| T | getErrorType () |
| void | setErrorType (T p_errorType) |
| String | getErrorUri () |
| void | setErrorUri (String p_errorUri) |
| void | injectErrorIfExistSilently (JSONObject jsonObj) throws JSONException |
| void | injectErrorIfExistSilently (String p_entity) |
非公開変数類 | |
| String | accessToken |
| TokenType | tokenType |
| Integer | expiresIn |
| String | refreshToken |
| String | scope |
| String | idToken |
静的非公開変数類 | |
| static final Logger | LOG = Logger.getLogger(TokenResponse.class) |
Represents a token response received from the authorization server.
|
inline |
|
inline |
|
inline |
Returns the access token issued by the authorization server.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Returns the lifetime in seconds of the access token.
|
inline |
Gets the value of the id token.
|
inline |
Returns the refresh token which can be used to obtain new access tokens using the same authorization grant.
|
inline |
Returns the scope of the access token.
|
inline |
Returns the type of the token issued. Value is case insensitive.
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
Sets the access token issued by the authorization server.
| accessToken | The access token issued by the authorization server. |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Sets the lifetime in seconds of the access token.
| expiresIn | The lifetime in seconds of the access token. |
|
inline |
Sets the value of the id token.
| idToken | The id token. |
|
inline |
Sets the refresh token which can be used to obtain new access tokens using the same authorization grant.
| refreshToken | The refresh token. |
|
inline |
Sets the scope of the access token.
| scope | The scope of the access token. |
|
inline |
Sets the type of the token issued. Value is case insensitive.
| tokenType | The type of the token issued. |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
1.8.13