Class ServiceAccountTokenStore.StoreAuthenticationResult
java.lang.Object
org.elasticsearch.xpack.security.authc.service.ServiceAccountTokenStore.StoreAuthenticationResult
- Enclosing interface:
- ServiceAccountTokenStore
-
Constructor Summary
ConstructorsConstructorDescriptionStoreAuthenticationResult(boolean success, org.elasticsearch.xpack.core.security.action.service.TokenInfo.TokenSource tokenSource) -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.xpack.core.security.action.service.TokenInfo.TokenSourceboolean
-
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()
-