Class ThemeInfoRepresentation
- java.lang.Object
-
- org.keycloak.representations.info.ThemeInfoRepresentation
-
public class ThemeInfoRepresentation extends Object
- Author:
- Stian Thorgersen
-
-
Constructor Summary
Constructors Constructor Description ThemeInfoRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getLocales()
String
getName()
void
setLocales(String[] locales)
void
setName(String name)
-