mitreid-connect
|
公開メンバ関数 | |
ServerConfiguration | getServerConfiguration (String issuer) |
Map< String, ServerConfiguration > | getServers () |
void | setServers (Map< String, ServerConfiguration > servers) |
Set< String > | getWhitelist () |
void | setWhitelist (Set< String > whitelist) |
Set< String > | getBlacklist () |
void | setBlacklist (Set< String > blacklist) |
非公開変数類 | |
StaticServerConfigurationService | staticServerService = new StaticServerConfigurationService() |
DynamicServerConfigurationService | dynamicServerService = new DynamicServerConfigurationService() |
Houses both a static server configuration and a dynamic server configuration service in one object. Checks the static service first, then falls through to the dynamic service.
Provides configuration passthrough to the dynamic service's whitelist and blacklist, and to the static service's server map.
|
inline |
|
inline |
org.mitre.openid.connect.client.service.ServerConfigurationServiceを実装しています。
|
inline |
|
inline |
|
inline |
blacklist |
|
inline |
servers |
|
inline |
whitelist |
|
private |
|
private |