Class RestDelegatePkiAuthenticationAction

java.lang.Object
org.elasticsearch.rest.BaseRestHandler
org.elasticsearch.xpack.security.rest.action.SecurityBaseRestHandler
org.elasticsearch.xpack.security.rest.action.RestDelegatePkiAuthenticationAction
All Implemented Interfaces:
RestHandler

public final class RestDelegatePkiAuthenticationAction extends SecurityBaseRestHandler
Implements the exchange of an X509Certificate chain into an access token. The chain is represented as an ordered string array. Each string in the array is a base64-encoded (Section 4 of RFC4648 - not base64url-encoded) DER PKIX certificate value. See also TransportDelegatePkiAuthenticationAction.