Module org.elasticsearch.security
Package org.elasticsearch.xpack.security.authc.jwt
package org.elasticsearch.xpack.security.authc.jwt
-
ClassDescriptionA JWT claim that can optionally fallback to another claim (if configured) for retrieving the associated value from a
JWTClaimsSet.This class is responsible for loading the JWK set for PKC signature from either a file or URL.Utilities for JWK Validation.AnAuthenticationTokento hold JWT authentication related content.This class performs validations of header, claims and signatures against the incomingJwtAuthenticationToken.Validator for fields (header or claim) of a JWT tokenJWT realms supports JWTs as bearer tokens for authenticating to Elasticsearch.Validates a specific string claim form aJWTClaimsSetagainst both a list of explicit values and a list of Lucene patterns.Utilities for JWT realm.Helper class to consolidate multiple trace level statements to a single trace statement with lazy evaluation.