Croway commented on code in PR #20587:
URL: https://github.com/apache/camel/pull/20587#discussion_r2643063777


##########
components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpConstants.java:
##########
@@ -26,6 +26,17 @@ public final class MllpConstants {
     public static final String MLLP_LOCAL_ADDRESS = "CamelMllpLocalAddress";
     @Metadata(description = "The remote TCP Address of the Socket", javaType = 
"String")
     public static final String MLLP_REMOTE_ADDRESS = "CamelMllpRemoteAddress";
+    @Metadata(description = "The SSL client certificate subject name", label = 
"consumer", javaType = "String")
+    public static final String MLLP_SSL_CLIENT_CERT_SUBJECT_NAME = 
"CamelMllpSslClientCertSubjectName";
+    @Metadata(description = "The SSL client certificate issuer name", label = 
"consumer", javaType = "String")
+    public static final String MLLP_SSL_CLIENT_CERT_ISSUER_NAME = 
"CamelMllpSslClientCertIssuerName";
+    @Metadata(description = "The SSL client certificate serial number", label 
= "consumer", javaType = "String")
+    public static final String MLLP_SSL_CLIENT_CERT_SERIAL_NO = 
"CamelMllpSslClientCertSerialNo";
+    @Metadata(description = "The SSL client certificate not before.", label = 
"consumer", javaType = "String")

Review Comment:
   Is the javaType String, or a Date? same for MLLP_SSL_CLIENT_CERT_NOT_AFTER



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to