| Modifier and Type | Class and Description |
|---|---|
static class |
AAAConfig.ddl.principal |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
create
aaa.ddl.create |
static boolean |
delete
aaa.ddl.delete |
static Boolean |
update
aaa.ddl.update |
| Constructor and Description |
|---|
ddl() |
public static boolean create
aaa.ddl.create
Disable/enable create DDL for roles/permissions/privileges
Default value: true
public static Boolean update
aaa.ddl.update
Disable/enable update DDL for roles/permissions/privileges
Default value: true when app running in dev mode or false otherwise
public static boolean delete
aaa.ddl.delete
Disable/enable delete DDL for roles/permissions/privileges
Default value: false
Copyright © 2015–2019 ActFramework. All rights reserved.