Class InsertClientSslCheckProcessor
java.lang.Object
org.eblocker.server.icap.transaction.processor.InsertClientSslCheckProcessor
- All Implemented Interfaces:
TransactionProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionInsertClientSslCheckProcessor(String scriptTemplate, int currentPort, int renewalPort, BaseURLs baseURLs, NetworkInterfaceWrapper networkInterface, SslService sslService, SslCertificateClientInstallationTracker tracker) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Transaction transaction) Returns false, if processing should be interrupted here.
-
Constructor Details
-
InsertClientSslCheckProcessor
@Inject public InsertClientSslCheckProcessor(String scriptTemplate, int currentPort, int renewalPort, BaseURLs baseURLs, NetworkInterfaceWrapper networkInterface, SslService sslService, SslCertificateClientInstallationTracker tracker)
-
-
Method Details
-
process
Description copied from interface:TransactionProcessorReturns false, if processing should be interrupted here.All other results have to be stored in the transaction object.
- Specified by:
processin interfaceTransactionProcessor- Returns:
-