Package org.keycloak.theme
Class ClasspathThemeProviderFactory.ThemesRepresentation
- java.lang.Object
-
- org.keycloak.theme.ClasspathThemeProviderFactory.ThemesRepresentation
-
- Enclosing class:
- ClasspathThemeProviderFactory
public static class ClasspathThemeProviderFactory.ThemesRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description ThemesRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClasspathThemeProviderFactory.ThemeRepresentation[]
getThemes()
void
setThemes(ClasspathThemeProviderFactory.ThemeRepresentation[] themes)
-
-
-
Method Detail
-
getThemes
public ClasspathThemeProviderFactory.ThemeRepresentation[] getThemes()
-
setThemes
public void setThemes(ClasspathThemeProviderFactory.ThemeRepresentation[] themes)
-
-