| Package | Description |
|---|---|
| org.flowable.ui.admin.properties | |
| org.flowable.ui.admin.service.engine |
| Class and Description |
|---|
| FlowableAdminAppProperties.Encryption
Passwords for rest endpoints and master configs are stored encrypted in the database using AES/CBC/PKCS5PADDING
It needs a 128-bit initialization vector (http://en.wikipedia.org/wiki/Initialization_vector)
and a 128-bit secret key represented as 16 ascii characters below
|
| FlowableAdminAppProperties.Security
The security configuration for the Admin Application.
|
| Class and Description |
|---|
| FlowableAdminAppProperties
Properties for the Admin UI App.
|
Copyright © 2020 Flowable. All rights reserved.