|
T | create (KeycloakSession session, ComponentModel model) |
|
String | getId () |
|
default void | init (Config.Scope config) |
|
default void | postInit (KeycloakSessionFactory factory) |
|
default void | close () |
|
default String | getHelpText () |
|
default List< ProviderConfigProperty > | getConfigProperties () |
|
default void | validateConfiguration (KeycloakSession session, RealmModel realm, ComponentModel config) throws ComponentValidationException |
|
default void | onParentUpdate (RealmModel realm, UserStorageProviderModel oldParent, UserStorageProviderModel newParent, ComponentModel mapperModel) |
|
default void | onCreate (KeycloakSession session, RealmModel realm, ComponentModel model) |
|
- 著者
- Bill Burke
- バージョン
- Revision
- 1
◆ close()
◆ create()
called per Keycloak transaction.
- 引数
-
- 戻り値
◆ getConfigProperties()
78 return Collections.EMPTY_LIST;
◆ getHelpText()
◆ getId()
This is the name of the provider and will be showed in the admin console as an option.
- 戻り値
◆ init()
◆ onCreate()
Called when UserStorageProviderModel is created. This allows you to do initialization of any additional configuration you need to add. For example, you may be introspecting a database or ldap schema to automatically create mappings.
- 引数
-
◆ onParentUpdate()
◆ postInit()
◆ validateConfiguration()
このインタフェース詳解は次のファイルから抽出されました: