Class OpenIdConnectAuthenticateResponse

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

public class OpenIdConnectAuthenticateResponse extends ActionResponse
  • Constructor Details

    • OpenIdConnectAuthenticateResponse

      public OpenIdConnectAuthenticateResponse(Authentication authentication, String accessTokenString, String refreshTokenString, org.elasticsearch.core.TimeValue expiresIn)
  • Method Details

    • getPrincipal

      public String getPrincipal()
    • getAccessTokenString

      public String getAccessTokenString()
    • getRefreshTokenString

      public String getRefreshTokenString()
    • getExpiresIn

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

      public Authentication getAuthentication()
    • writeTo

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