mitreid-connect
|
公開メンバ関数 | |
OAuth2AccessTokenImpl (JsonObject introspectionResponse, String tokenString) | |
Map< String, Object > | getAdditionalInformation () |
Set< String > | getScope () |
OAuth2RefreshToken | getRefreshToken () |
String | getTokenType () |
boolean | isExpired () |
Date | getExpiration () |
int | getExpiresIn () |
String | getValue () |
JsonObject | getIntrospectionResponse () |
void | setIntrospectionResponse (JsonObject token) |
非公開変数類 | |
JsonObject | introspectionResponse |
String | tokenString |
Set< String > | scopes = new HashSet<>() |
Date | expireDate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
token | the token to set |
|
private |
|
private |
|
private |
|
private |