Class SecretImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.secret.SecretImpl
- All Implemented Interfaces:
Secret
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ConfigurationProperty
protected final SecretValue
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Secret
fromConfigurationProperty
(ConfigurationProperty property, EncryptionService encryptionService) getId()
getName()
getValue()
-
Field Details
-
property
-
value
-
-
Constructor Details
-
SecretImpl
-
-
Method Details
-
getId
-
getTenantId
- Specified by:
getTenantId
in interfaceSecret
-
getUpdaterId
- Specified by:
getUpdaterId
in interfaceSecret
-
getUpdateTime
- Specified by:
getUpdateTime
in interfaceSecret
-
getName
-
getValue
-
fromConfigurationProperty
public static Secret fromConfigurationProperty(ConfigurationProperty property, EncryptionService encryptionService)
-