Class ServiceAccountTokenStore.StoreAuthenticationResult

java.lang.Object
org.elasticsearch.xpack.security.authc.service.ServiceAccountTokenStore.StoreAuthenticationResult
Enclosing interface:
ServiceAccountTokenStore

public static class ServiceAccountTokenStore.StoreAuthenticationResult extends Object
  • Constructor Details

    • StoreAuthenticationResult

      public StoreAuthenticationResult(boolean success, org.elasticsearch.xpack.core.security.action.service.TokenInfo.TokenSource tokenSource)
  • Method Details

    • isSuccess

      public boolean isSuccess()
    • getTokenSource

      public org.elasticsearch.xpack.core.security.action.service.TokenInfo.TokenSource getTokenSource()