Uses of Class
org.apache.solr.security.jwt.JWTPrincipal
-
Packages that use JWTPrincipal Package Description org.apache.solr.security.jwt JWT authentication plugin -
-
Uses of JWTPrincipal in org.apache.solr.security.jwt
Subclasses of JWTPrincipal in org.apache.solr.security.jwt Modifier and Type Class Description class
JWTPrincipalWithUserRoles
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.
-