keycloak-oidc-service
公開メンバ関数 | 全メンバ一覧
org.keycloak.models.ThemeManager インタフェース
org.keycloak.models.ThemeManager の継承関係図
Inheritance graph
org.keycloak.models.ThemeManager 連携図
Collaboration graph

公開メンバ関数

Theme getTheme (Theme.Type type) throws IOException
 
Theme getTheme (String name, Theme.Type type) throws IOException
 
Set< String > nameSet (Theme.Type type)
 

詳解

関数詳解

◆ getTheme() [1/2]

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で実装されています。

◆ getTheme() [2/2]

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で実装されています。

◆ nameSet()

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で実装されています。


このインタフェース詳解は次のファイルから抽出されました: