Class TransportSamlPrepareAuthenticationAction

java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationRequest,org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationResponse>
org.elasticsearch.xpack.security.action.saml.TransportSamlPrepareAuthenticationAction

public final class TransportSamlPrepareAuthenticationAction extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationRequest,org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationResponse>
Transport action responsible for generating a SAML &lt;AuthnRequest&gt; as a redirect binding URL.
  • Field Summary

    Fields inherited from class org.elasticsearch.action.support.TransportAction

    actionName, logger, taskManager
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransportSamlPrepareAuthenticationAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, Realms realms)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationResponse> listener)
     

    Methods inherited from class org.elasticsearch.action.support.TransportAction

    execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransportSamlPrepareAuthenticationAction

      @Inject public TransportSamlPrepareAuthenticationAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, Realms realms)
  • Method Details

    • doExecute

      protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationResponse> listener)
      Specified by:
      doExecute in class org.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationRequest,org.elasticsearch.xpack.core.security.action.saml.SamlPrepareAuthenticationResponse>