keycloak
org
keycloak
theme
ClasspathThemeProviderFactory
ThemesRepresentation
公開メンバ関数
|
非公開変数類
|
全メンバ一覧
org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation クラス
org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation 連携図
公開メンバ関数
ThemeRepresentation
[]
getThemes
()
void
setThemes
(
ThemeRepresentation
[]
themes
)
非公開変数類
ThemeRepresentation
[]
themes
詳解
関数詳解
◆
getThemes()
ThemeRepresentation
[] org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation.getThemes
(
)
inline
72
{
73
return
themes
;
74
}
org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation.themes
ThemeRepresentation [] themes
Definition:
ClasspathThemeProviderFactory.java:70
◆
setThemes()
void org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation.setThemes
(
ThemeRepresentation
[]
themes
)
inline
76
{
77
this.
themes
=
themes
;
78
}
org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation.themes
ThemeRepresentation [] themes
Definition:
ClasspathThemeProviderFactory.java:70
メンバ詳解
◆
themes
ThemeRepresentation
[] org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation.themes
private
このクラス詳解は次のファイルから抽出されました:
D:/AppData/doxygen/keycloak/src/keycloak/src/main/java/org/keycloak/theme/
ClasspathThemeProviderFactory.java
2018年10月29日(月) 00時36分26秒作成 - keycloak / 構成:
1.8.13