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.jwtSubclasses of JWTPrincipal in org.apache.solr.security.jwt Modifier and Type Class Description classJWTPrincipalWithUserRolesJWT 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.
 
-