public static class FlowableAdminAppProperties.Encryption extends Object
Do note that if these properties are changed after passwords have been saved, all existing passwords will not be able to be decrypted and the password would need to be reset in the UI.
| Constructor and Description |
|---|
Encryption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsIVSpec() |
String |
getCredentialsSecretSpec() |
void |
setCredentialsIVSpec(String credentialsIVSpec) |
void |
setCredentialsSecretSpec(String credentialsSecretSpec) |
public String getCredentialsIVSpec()
public void setCredentialsIVSpec(String credentialsIVSpec)
public String getCredentialsSecretSpec()
public void setCredentialsSecretSpec(String credentialsSecretSpec)
Copyright © 2020 Flowable. All rights reserved.