Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.theme |
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeManager.getTheme(String name,
Theme.Type type)
Returns the specified theme for the specified type.
|
Theme |
ThemeManager.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.
|
Modifier and Type | Method and Description |
---|---|
Theme.Type |
Theme.getType() |
static Theme.Type |
Theme.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.
|
Modifier and Type | Method and Description |
---|---|
String |
ThemeSelectorProvider.getThemeName(Theme.Type type)
Return the theme name to use for the specified type
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.