mitreid-connect
|
クラス | |
class | OpenIDConnectServiceConfigurationFetcher |
公開メンバ関数 | |
DynamicServerConfigurationService () | |
DynamicServerConfigurationService (HttpClient httpClient) | |
Set< String > | getWhitelist () |
void | setWhitelist (Set< String > whitelist) |
Set< String > | getBlacklist () |
void | setBlacklist (Set< String > blacklist) |
ServerConfiguration | getServerConfiguration (String issuer) |
非公開変数類 | |
LoadingCache< String, ServerConfiguration > | servers |
Set< String > | whitelist = new HashSet<>() |
Set< String > | blacklist = new HashSet<>() |
静的非公開変数類 | |
static final Logger | logger = LoggerFactory.getLogger(DynamicServerConfigurationService.class) |
Dynamically fetches OpenID Connect server configurations based on the issuer. Caches the server configurations.
|
inline |
|
inline |
|
inline |
|
inline |
org.mitre.openid.connect.client.service.ServerConfigurationServiceを実装しています。
|
inline |
|
inline |
blacklist | the blacklist to set |
|
inline |
whitelist | the whitelist to set |
|
private |
|
staticprivate |
Logger for this class
|
private |
|
private |