Package org.keycloak.theme
Interface ThemeSelectorProvider
-
- All Superinterfaces:
Provider
- All Known Implementing Classes:
DefaultThemeSelectorProvider
public interface ThemeSelectorProvider extends Provider
- Author:
- Stian Thorgersen
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT
static String
DEFAULT_V2
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getDefaultThemeName(Theme.Type type)
String
getThemeName(Theme.Type type)
Return the theme name to use for the specified type
-
-
-
Field Detail
-
DEFAULT
static final String DEFAULT
- See Also:
- Constant Field Values
-
DEFAULT_V2
static final String DEFAULT_V2
- See Also:
- Constant Field Values
-
-
Method Detail
-
getThemeName
String getThemeName(Theme.Type type)
Return the theme name to use for the specified type- Parameters:
type
-- Returns:
-
getDefaultThemeName
default String getDefaultThemeName(Theme.Type type)
-
-