File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1793,9 +1793,9 @@ public ApiKey.Type getExpectedType() {
17931793 }
17941794
17951795 /**
1796- * The identity (Subject DistinguishedName) of the X.509 certificate that was provided by the client
1797- * alongside the API during authenticate.
1798- * <em>At the time of writing, the only place where this is used is for cross cluster request signing</em>
1796+ * The identity (Subject DistinguishedName) of the X.509 certificate that was provided by the client
1797+ * alongside the API during authenticate.
1798+ * <em>At the time of writing, the only place where this is used is for cross cluster request signing</em>
17991799 */
18001800 public String getCertificateIdentity () {
18011801 return certificateIdentity ;
You can’t perform that action at this time.
0 commit comments