Package org.graylog.security.certutil
Class CheckForCertRenewalJob
java.lang.Object
org.graylog.security.certutil.CheckForCertRenewalJob
- All Implemented Interfaces:
Job
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobDefinitionDtostatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCalled by the scheduler when a trigger fires to execute the job.
-
Field Details
-
TYPE_NAME
- See Also:
-
RENEWAL_JOB_ID
- See Also:
-
DEFINITION_INSTANCE
-
-
Constructor Details
-
CheckForCertRenewalJob
-
-
Method Details
-
execute
Description copied from interface:JobCalled by the scheduler when a trigger fires to execute the job. It returns aJobTriggerUpdatethat instructs the scheduler about the next trigger execution time, trigger data and others.- Specified by:
executein interfaceJob- Parameters:
ctx- the job execution context- Returns:
- the trigger update
- Throws:
JobExecutionException- if the job execution fails
-