You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nit fixes and formatting following #62490 comments (#63797)
* Nit fixes and formatting following #62490 comments
Resolves: #63792
* Nit fixes and formatting following #62490 comments
Resolves: #63792
* Nit fixes and formatting following #62490 comments
Fixing username
* Nit fixes and formatting following #62490 comments
Fixing formatting
Copy file name to clipboardExpand all lines: client/rest-high-level/src/main/java/org/elasticsearch/client/security/DelegatePkiAuthenticationResponse.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ public final class DelegatePkiAuthenticationResponse {
Copy file name to clipboardExpand all lines: client/rest-high-level/src/test/java/org/elasticsearch/client/security/DelegatePkiAuthenticationResponseTests.java
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/authc/TokenAuthIntegTests.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ public void testTokenServiceBootstrapOnNodeJoin() throws Exception {
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/authc/pki/PkiAuthDelegationIntegTests.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,8 @@ public void testDelegateThenAuthenticate() throws Exception {
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/rest/action/oidc/RestOpenIdConnectAuthenticateAction.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,9 @@ public RestResponse buildResponse(OpenIdConnectAuthenticateResponse response, XC
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/rest/action/saml/RestSamlAuthenticateAction.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,9 @@ public RestResponse buildResponse(SamlAuthenticateResponse response, XContentBui
Copy file name to clipboardExpand all lines: x-pack/qa/oidc-op-tests/src/test/java/org/elasticsearch/xpack/security/authc/oidc/OpenIdConnectAuthIT.java
Copy file name to clipboardExpand all lines: x-pack/qa/saml-idp-tests/src/test/java/org/elasticsearch/xpack/security/authc/saml/SamlAuthenticationIT.java
0 commit comments