Class TokensInvalidationResult

java.lang.Object
org.elasticsearch.xpack.core.security.authc.support.TokensInvalidationResult
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class TokensInvalidationResult extends Object implements org.elasticsearch.xcontent.ToXContentObject, Writeable
The result of attempting to invalidate one or multiple tokens. The result contains information about:
  • how many of the tokens were actually invalidated
  • how many tokens are not invalidated in this request because they were already invalidated
  • how many errors were encountered while invalidating tokens and the error details