Class TreeProperties
- java.lang.Object
-
- org.keycloak.models.map.storage.tree.TreeProperties
-
public final class TreeProperties extends Object
- Author:
- hmlnarik
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_STORE_CREATE
static String
DEFAULT_STORE_READ
static String
MODEL_CLASS
-
Constructor Summary
Constructors Constructor Description TreeProperties()
-
-
-
Field Detail
-
MODEL_CLASS
public static final String MODEL_CLASS
- See Also:
- Constant Field Values
-
DEFAULT_STORE_CREATE
public static final String DEFAULT_STORE_CREATE
- See Also:
- Constant Field Values
-
DEFAULT_STORE_READ
public static final String DEFAULT_STORE_READ
- See Also:
- Constant Field Values
-
-