| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMPONENT_SCAN_BASE_PACKAGE |
"io.graphenee.core" |
public static final String |
ENTITY_SCAN_BASE_PACKAGE |
"io.graphenee.core.model.entity" |
public static final String |
JPA_REPOSITORIES_BASE_PACKAGE |
"io.graphenee.core.model.jpa.repository" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PASSWORD_PREFIX |
"icB" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENCRYPTION |
"Basic" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENCRYPTION |
"HMAC-SHA1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENCRYPTION |
"MD5" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENCRYPTION |
"PBKDF2" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENCRYPTION |
"scrypt" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PASSWORD_KEY |
"password" |
public static final String |
USERNAME_KEY |
"username" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CORE_NAMESPACE |
"io.graphenee.core" |
public static final String |
SYSTEM_NAMESPACE |
"io.graphenee.system" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SYSTEM |
"io.graphenee.system" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADMINISTRATORS |
"Administrator" |
public static final String |
POWER_USERS |
"Power Users" |
public static final String |
USERS |
"Users" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT |
"Default" |
Copyright © 2019. All rights reserved.