Class TokenService.CreateTokenResult
java.lang.Object
org.elasticsearch.xpack.security.authc.TokenService.CreateTokenResult
- Enclosing class:
- TokenService
-
Constructor Summary
ConstructorsConstructorDescriptionCreateTokenResult(String accessToken, String refreshToken, org.elasticsearch.xpack.core.security.authc.Authentication authentication) -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.xpack.core.security.authc.Authentication
-
Constructor Details
-
CreateTokenResult
-
-
Method Details
-
getAccessToken
-
getRefreshToken
-
getAuthentication
public org.elasticsearch.xpack.core.security.authc.Authentication getAuthentication()
-