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
Methods in org.keycloak.theme that return Theme.TypeModifier and TypeMethodDescriptionTheme.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 TypeMethodDescriptiondefault StringThemeSelectorProvider.getDefaultThemeName(Theme.Type type) ThemeSelectorProvider.getThemeName(Theme.Type type) Return the theme name to use for the specified type