Class SecretQueryImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.secret.SecretQueryImpl
- All Implemented Interfaces:
SecretQuery
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ConfigurationServiceprotected final EncryptionServiceprotected final ConfigurationPropertyQuery -
Constructor Summary
ConstructorsConstructorDescriptionSecretQueryImpl(ConfigurationService configurationService, EncryptionService encryptionService) -
Method Summary
-
Field Details
-
configurationService
-
encryptionService
-
query
-
-
Constructor Details
-
SecretQueryImpl
public SecretQueryImpl(ConfigurationService configurationService, EncryptionService encryptionService)
-
-
Method Details
-
id
Description copied from interface:SecretQueryQuery for secrets with the given id- Specified by:
idin interfaceSecretQuery
-
name
Description copied from interface:SecretQueryQuery for secrets with the given name- Specified by:
namein interfaceSecretQuery
-
tenantId
Description copied from interface:SecretQueryQuery for secrets in the given tenant- Specified by:
tenantIdin interfaceSecretQuery
-
singleResult
Description copied from interface:SecretQueryReturn a singleSecret- Specified by:
singleResultin interfaceSecretQuery
-
list
Description copied from interface:SecretQueryReturn a list ofSecret(s)- Specified by:
listin interfaceSecretQuery
-