Class SamlAuthenticateResponse

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

public final class SamlAuthenticateResponse extends ActionResponse
The response from converting a SAML assertion into a security token. Actually nothing SAML specific in this...
  • Constructor Details

    • SamlAuthenticateResponse

      public SamlAuthenticateResponse(Authentication authentication, String tokenString, String refreshToken, org.elasticsearch.core.TimeValue expiresIn)
  • Method Details

    • getPrincipal

      public String getPrincipal()
    • getRealm

      public String getRealm()
    • getTokenString

      public String getTokenString()
    • getRefreshToken

      public String getRefreshToken()
    • getExpiresIn

      public org.elasticsearch.core.TimeValue getExpiresIn()
    • getAuthentication

      public Authentication getAuthentication()
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Throws:
      IOException