|
keycloak
|


公開メンバ関数 | |
| Theme | getTheme (Theme.Type type) throws IOException |
| Theme | getTheme (String name, Theme.Type type) throws IOException |
| Set< String > | nameSet (Theme.Type type) |
| Theme org.keycloak.models.ThemeManager.getTheme | ( | Theme.Type | type | ) | throws IOException |
Returns the theme for the specified type. The theme is determined by the theme selector.
| type |
| IOException |
org.keycloak.theme.DefaultThemeManagerで実装されています。
| Theme org.keycloak.models.ThemeManager.getTheme | ( | String | name, |
| Theme.Type | type | ||
| ) | throws IOException |
Returns the specified theme for the specified type.
| name | |
| type |
| IOException |
org.keycloak.theme.DefaultThemeManagerで実装されています。
| Set<String> org.keycloak.models.ThemeManager.nameSet | ( | Theme.Type | type | ) |
Returns a set of all theme names for the specified type.
| type |
org.keycloak.theme.DefaultThemeManagerで実装されています。
1.8.13