mitreid-connect
|
クラス | |
class | UserInfoLoader |
公開メンバ関数 | |
UserInfoFetcher () | |
UserInfoFetcher (HttpClient httpClient) | |
UserInfo | loadUserInfo (final PendingOIDCAuthenticationToken token) |
限定公開メンバ関数 | |
UserInfo | fromJson (JsonObject userInfoJson) |
非公開変数類 | |
LoadingCache< PendingOIDCAuthenticationToken, UserInfo > | cache |
静的非公開変数類 | |
static final Logger | logger = LoggerFactory.getLogger(UserInfoFetcher.class) |
Utility class to fetch userinfo from the userinfo endpoint, if available. Caches the results.
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
private |
|
staticprivate |
Logger for this class