public interface UserAuthSettingsPluginsRegistry
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserProfilePluginInfo> |
getAvailableUserAuthSettingsPlugins()
Returns all registered user authentication settings plugins.
|
java.util.List<UserGroupProfilePluginInfo> |
getAvailableUserGroupAuthSettingsPlugins()
Returns all registered user group settings plugins.
|
void |
registerUserAuthSettingsPlugin(AuthModuleType authModuleType,
UserProfilePluginInfo pluginInfo)
Registers user authentication settings plugin.
|
void |
registerUserGroupAuthSettingsPlugin(AuthModuleType authModuleType,
UserGroupProfilePluginInfo pluginInfo)
Registers user group settings plugin.
|
void registerUserAuthSettingsPlugin(@NotNull
AuthModuleType authModuleType,
@NotNull
UserProfilePluginInfo pluginInfo)
authModuleType - authentication module type, for which this plugin is registeredpluginInfo - plugin infovoid registerUserGroupAuthSettingsPlugin(@NotNull
AuthModuleType authModuleType,
@NotNull
UserGroupProfilePluginInfo pluginInfo)
authModuleType - authentication module type, for which this plugin is registeredpluginInfo - plugin info@NotNull java.util.List<UserProfilePluginInfo> getAvailableUserAuthSettingsPlugins()
@NotNull java.util.List<UserGroupProfilePluginInfo> getAvailableUserGroupAuthSettingsPlugins()