Galsza commented on code in PR #4231:
URL: https://github.com/apache/ozone/pull/4231#discussion_r1108606300
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/security/x509/certificate/client/CertificateClient.java:
##########
@@ -365,7 +379,17 @@ default void assertValidKeysAndCertificate() throws
OzoneSecurityException {
/**
* Register a receiver that will be called after the certificate renewed.
+ *
* @param receiver
*/
void registerNotificationReceiver(CertificateNotification receiver);
+
+ /**
+ * Type for specifying the type of the certificate to be stored.
+ */
+ enum CertType {
Review Comment:
This is a big refactor. I've done it. CAType also existed in
CertificateServer, now they are unified in a class level package level enum
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]