Class SamlPrepareAuthenticationResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted

public final class SamlPrepareAuthenticationResponse extends ActionResponse
Response containing a SAML <AuthnRequest> for a specific realm.
  • Constructor Details

    • SamlPrepareAuthenticationResponse

      public SamlPrepareAuthenticationResponse(String realmName, String requestId, String redirectUrl)
  • Method Details