keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.provider.ServerInfoAwareProviderFactory インタフェース
org.keycloak.provider.ServerInfoAwareProviderFactory の継承関係図
Inheritance graph
org.keycloak.provider.ServerInfoAwareProviderFactory 連携図
Collaboration graph

公開メンバ関数

Map< String, String > getOperationalInfo ()
 

詳解

Marker interface for ProviderFactory of Provider which wants to show some info on "Server Info" page in Admin console.

著者
Vlastimil Elias (velias at redhat dot com)

関数詳解

◆ getOperationalInfo()

Map<String, String> org.keycloak.provider.ServerInfoAwareProviderFactory.getOperationalInfo ( )

Return actual info about the provider. This info contains informations about providers configuration and operational conditions (eg. errors in connection to remote systems etc) which is shown on "Server Info" page then.

戻り値
Map with keys describing value and relevant values itself

org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactoryで実装されています。


このインタフェース詳解は次のファイルから抽出されました: