All Classes and Interfaces
Classes
Class
Description
Authentication plugin that finds logged in user by validating the signature of a JWT token
Response for authentication attempt
Holds information about an IdP (issuer), such as issuer ID, JWK url(s), keys etc
Config object for a OpenId Connect well-known config.
Principal object that carries JWT token and claims for authenticated user.
JWT principal that contains username, token, claims and a list of roles the user has, so one can
keep track of user-role mappings in an Identity Server external to Solr and pass the information
to Solr in a signed JWT token.
Resolves jws signature verification keys from a set of
JWTIssuerConfig objects, which may
represent any valid configuration in Solr's security.json, i.e.V2 API for modifying configuration for Solr's JWTAuthPlugin.