Package org.keycloak.theme
Interface ThemeSelectorProvider
-
- All Superinterfaces:
Provider
- All Known Implementing Classes:
DefaultThemeSelectorProvider
public interface ThemeSelectorProvider extends Provider
- Author:
- Stian Thorgersen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getThemeName(Theme.Type type)
Return the theme name to use for the specified type
-
-
-
Method Detail
-
getThemeName
String getThemeName(Theme.Type type)
Return the theme name to use for the specified type- Parameters:
type
-- Returns:
-
-