- 著者
- Bill Burke
- バージョン
- Revision
- 1
◆ close()
◆ create()
called per Keycloak transaction.
- 引数
-
- 戻り値
◆ getCommonProviderConfigProperties()
configuration properties that are common across all UserStorageProvider implementations
- 戻り値
109 return ClientStorageProviderSpi.commonConfig();
◆ getConfigProperties()
80 return Collections.EMPTY_LIST;
◆ getHelpText()
◆ getId()
This is the name of the provider and will be showed in the admin console as an option.
- 戻り値
◆ getTypeMetadata()
115 Map<String, Object> metadata =
new HashMap<>();
◆ init()
◆ onCreate()
Called when ClientStorageProviderModel is created. This allows you to do initialization of any additional configuration you need to add.
- 引数
-
◆ postInit()
◆ validateConfiguration()
このインタフェース詳解は次のファイルから抽出されました: