Uses of Class
org.elasticsearch.client.security.DelegatePkiAuthenticationResponse
-
Packages that use DelegatePkiAuthenticationResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of DelegatePkiAuthenticationResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DelegatePkiAuthenticationResponse Modifier and Type Method Description DelegatePkiAuthenticationResponseSecurityClient. delegatePkiAuthentication(DelegatePkiAuthenticationRequest request, RequestOptions options)Get an Elasticsearch access token from anX509Certificatechain.Method parameters in org.elasticsearch.client with type arguments of type DelegatePkiAuthenticationResponse Modifier and Type Method Description CancellableSecurityClient. delegatePkiAuthenticationAsync(DelegatePkiAuthenticationRequest request, RequestOptions options, ActionListener<DelegatePkiAuthenticationResponse> listener)Asynchronously get an Elasticsearch access token from anX509Certificatechain. -
Uses of DelegatePkiAuthenticationResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return DelegatePkiAuthenticationResponse Modifier and Type Method Description static DelegatePkiAuthenticationResponseDelegatePkiAuthenticationResponse. fromXContent(XContentParser parser)
-