Class BTExtractSecretValue
java.lang.Object
overit.geocall.bl.BusinessTask<ExtractSecretValueEvent>
overit.geocall.basic.bl.auth.task.BTExtractSecretValue
- All Implemented Interfaces:
Serializable,Tool
@Event(ExtractSecretValueEvent.class)
public class BTExtractSecretValue
extends BusinessTask<ExtractSecretValueEvent>
Task to extract the specific value of a secret saved in the database.
- See Also:
- GCApi:
- task
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ExtractSecretValueEvent extractSecretValueEvent, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
THE_REQUESTED_SECRET_DOESNT_EXIST
- See Also:
-
-
Constructor Details
-
BTExtractSecretValue
-
-
Method Details
-
body
protected void body(ExtractSecretValueEvent extractSecretValueEvent, PoolKit pk) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<ExtractSecretValueEvent>- Parameters:
extractSecretValueEvent- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-