Class ExternalRoleRuleBasedAuthorizationPlugin

java.lang.Object
org.apache.solr.security.RuleBasedAuthorizationPluginBase
org.apache.solr.security.ExternalRoleRuleBasedAuthorizationPlugin
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.solr.common.SpecProvider, AuthorizationPlugin, ConfigEditablePlugin

public class ExternalRoleRuleBasedAuthorizationPlugin extends RuleBasedAuthorizationPluginBase
Rule Based Authz plugin implementation which reads user roles from the request. This requires a Principal implementing VerifiedUserRoles interface, e.g. JWTAuthenticationPlugin