java.lang.Object
org.elasticsearch.xpack.security.authc.jwt.JwtAuthenticator
All Implemented Interfaces:
Closeable, AutoCloseable, org.elasticsearch.core.Releasable

public class JwtAuthenticator extends Object implements org.elasticsearch.core.Releasable
This class performs validations of header, claims and signatures against the incoming JwtAuthenticationToken. It returns the JWTClaimsSet associated to the token if validation is successful. Note this class does not care about users nor its caching behaviour.