Package org.keycloak.theme
Interface ThemeSelectorProvider
-
- All Superinterfaces:
Provider
public interface ThemeSelectorProvider extends Provider
- Author:
- Stian Thorgersen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetThemeName(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:
-
-