Class TokenService.CreateTokenResult

java.lang.Object
org.elasticsearch.xpack.security.authc.TokenService.CreateTokenResult
Enclosing class:
TokenService

public static final class TokenService.CreateTokenResult extends Object
  • Constructor Details

    • CreateTokenResult

      public CreateTokenResult(String accessToken, String refreshToken, org.elasticsearch.xpack.core.security.authc.Authentication authentication)
  • Method Details

    • getAccessToken

      public String getAccessToken()
    • getRefreshToken

      public String getRefreshToken()
    • getAuthentication

      public org.elasticsearch.xpack.core.security.authc.Authentication getAuthentication()