Package org.keycloak.theme
Interface ThemeSelectorProvider
- 
- All Superinterfaces:
- Provider
 - All Known Implementing Classes:
- DefaultThemeSelectorProvider
 
 public interface ThemeSelectorProvider extends Provider - Author:
- Stian Thorgersen
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULTstatic StringDEFAULT_V2static StringDEFAULT_V3
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetDefaultThemeName(Theme.Type type)StringgetThemeName(Theme.Type type)Return the theme name to use for the specified type
 
- 
- 
- 
Field Detail- 
DEFAULTstatic final String DEFAULT - See Also:
- Constant Field Values
 
 - 
DEFAULT_V2static final String DEFAULT_V2 - See Also:
- Constant Field Values
 
 - 
DEFAULT_V3static final String DEFAULT_V3 - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getThemeNameString getThemeName(Theme.Type type) Return the theme name to use for the specified type- Parameters:
- type-
- Returns:
 
 - 
getDefaultThemeNamedefault String getDefaultThemeName(Theme.Type type) 
 
- 
 
-