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

公開メンバ関数

boolean isSupported ()
 

詳解

Providers that are only supported in some environments can implement this interface to be able to determine if they should be available or not.

著者
Stian Thorgersen

関数詳解

◆ isSupported()

boolean org.keycloak.provider.EnvironmentDependentProviderFactory.isSupported ( )
戻り値
true if the provider is supported and should be available, false otherwise

org.keycloak.authentication.authenticators.browser.ScriptBasedAuthenticatorFactoryで実装されています。


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