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 ConfigurationService
protected final EncryptionService
protected 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:SecretQuery
Query for secrets with the given id- Specified by:
id
in interfaceSecretQuery
-
name
Description copied from interface:SecretQuery
Query for secrets with the given name- Specified by:
name
in interfaceSecretQuery
-
tenantId
Description copied from interface:SecretQuery
Query for secrets in the given tenant- Specified by:
tenantId
in interfaceSecretQuery
-
singleResult
Description copied from interface:SecretQuery
Return a singleSecret
- Specified by:
singleResult
in interfaceSecretQuery
-
list
Description copied from interface:SecretQuery
Return a list ofSecret
(s)- Specified by:
list
in interfaceSecretQuery
-