Package org.keycloak.services.ui.extend
Interface UiTabProviderFactory<T>
- All Superinterfaces:
ComponentFactory<T,
,UiTabProvider> ConfiguredProvider
,ProviderFactory<UiTabProvider>
-
Method Summary
Modifier and TypeMethodDescriptiondefault T
create
(KeycloakSession session, ComponentModel model) getPath()
This is metadata about this component type.Methods inherited from interface org.keycloak.component.ComponentFactory
create, getCommonProviderConfigProperties, onCreate, onUpdate, preRemove, validateConfiguration
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig, getConfigProperties, getHelpText
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, getConfigMetadata, getId, init, order, postInit
-
Method Details
-
create
- Specified by:
create
in interfaceComponentFactory<T,
UiTabProvider>
-
getTypeMetadata
Description copied from interface:ComponentFactory
This is metadata about this component type. Its really configuration information about the component type and not an individual instance- Specified by:
getTypeMetadata
in interfaceComponentFactory<T,
UiTabProvider> - Returns:
-
getPath
String getPath() -
getParams
-