Uses of Class
org.keycloak.theme.Theme.Type
-
Packages that use Theme.Type Package Description org.keycloak.models org.keycloak.theme -
-
Uses of Theme.Type in org.keycloak.models
Methods in org.keycloak.models with parameters of type Theme.Type Modifier and Type Method Description ThemeThemeManager. getTheme(String name, Theme.Type type)Returns the specified theme for the specified type.ThemeThemeManager. getTheme(Theme.Type type)Returns the theme for the specified type.Set<String>ThemeManager. nameSet(Theme.Type type)Returns a set of all theme names for the specified type. -
Uses of Theme.Type in org.keycloak.theme
Methods in org.keycloak.theme that return Theme.Type Modifier and Type Method Description Theme.TypeTheme. getType()static Theme.TypeTheme.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Theme.Type[]Theme.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.theme with parameters of type Theme.Type Modifier and Type Method Description default StringThemeSelectorProvider. getDefaultThemeName(Theme.Type type)StringThemeSelectorProvider. getThemeName(Theme.Type type)Return the theme name to use for the specified type
-