keycloak-service
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation クラス
org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation 連携図
Collaboration graph

公開メンバ関数

ThemeRepresentation [] getThemes ()
 
void setThemes (ThemeRepresentation[] themes)
 

非公開変数類

ThemeRepresentation [] themes
 

詳解

関数詳解

◆ getThemes()

ThemeRepresentation [] org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation.getThemes ( )
inline
72  {
73  return themes;
74  }
ThemeRepresentation [] themes
Definition: ClasspathThemeProviderFactory.java:70

◆ setThemes()

void org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation.setThemes ( ThemeRepresentation []  themes)
inline
76  {
77  this.themes = themes;
78  }
ThemeRepresentation [] themes
Definition: ClasspathThemeProviderFactory.java:70

メンバ詳解

◆ themes

ThemeRepresentation [] org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation.themes
private

このクラス詳解は次のファイルから抽出されました: