Uses of Enum Class
org.keycloak.theme.Theme.Type
Packages that use Theme.Type
-
Uses of Theme.Type in org.keycloak.locale
Methods in org.keycloak.locale with parameters of type Theme.TypeModifier and TypeMethodDescriptiondefault LocaleLocaleSelectorProvider.resolveLocale(RealmModel realm, UserModel user, Theme.Type themeType) -
Uses of Theme.Type in org.keycloak.models
Methods in org.keycloak.models with parameters of type Theme.TypeModifier and TypeMethodDescriptionThemeManager.getTheme(String name, Theme.Type type) Returns the specified theme for the specified type.ThemeManager.getTheme(Theme.Type type) Returns the theme for the specified type.ThemeManager.nameSet(Theme.Type type) Returns a set of all theme names for the specified type.default LocaleKeycloakContext.resolveLocale(UserModel user, Theme.Type themeType) -
Uses of Theme.Type in org.keycloak.theme
Fields in org.keycloak.theme with type parameters of type Theme.TypeModifier and TypeFieldDescriptionprotected static Map<Theme.Type,Map<String, ClassLoaderTheme>> ClasspathThemeProviderFactory.themesMethods in org.keycloak.theme that return Theme.TypeModifier and TypeMethodDescriptionClassLoaderTheme.getType()DefaultThemeManagerFactory.ThemeKey.getType()FolderTheme.getType()Theme.getType()static Theme.TypeReturns the enum constant of this class with the specified name.static Theme.Type[]Theme.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.theme with parameters of type Theme.TypeModifier and TypeMethodDescriptionDefaultThemeManagerFactory.addCachedTheme(String name, Theme.Type type, Theme theme) DefaultThemeManagerFactory.ThemeKey.get(String name, Theme.Type type) DefaultThemeManagerFactory.getCachedTheme(String name, Theme.Type type) default StringThemeSelectorProvider.getDefaultThemeName(Theme.Type type) ClasspathThemeProvider.getTheme(String name, Theme.Type type) DefaultThemeManager.getTheme(String name, Theme.Type type) DefaultThemeManager.getTheme(Theme.Type type) FolderThemeProvider.getTheme(String name, Theme.Type type) ThemeProvider.getTheme(String name, Theme.Type type) DefaultThemeSelectorProvider.getThemeName(Theme.Type type) ThemeSelectorProvider.getThemeName(Theme.Type type) Return the theme name to use for the specified typebooleanClasspathThemeProvider.hasTheme(String name, Theme.Type type) booleanFolderThemeProvider.hasTheme(String name, Theme.Type type) booleanThemeProvider.hasTheme(String name, Theme.Type type) voidClassLoaderTheme.init(String name, Theme.Type type, ClassLoader classLoader) ClasspathThemeProvider.nameSet(Theme.Type type) DefaultThemeManager.nameSet(Theme.Type type) FolderThemeProvider.nameSet(Theme.Type type) ThemeProvider.nameSet(Theme.Type type) voidDefaultThemeManagerFactory.ThemeKey.setType(Theme.Type type) Constructors in org.keycloak.theme with parameters of type Theme.TypeModifierConstructorDescriptionClassLoaderTheme(String name, Theme.Type type, ClassLoader classLoader) FolderTheme(File themeDir, String name, Theme.Type type) Constructor parameters in org.keycloak.theme with type arguments of type Theme.TypeModifierConstructorDescriptionClasspathThemeProvider(Map<Theme.Type, Map<String, ClassLoaderTheme>> themes)