Uses of Class
org.apache.solr.security.RuleBasedAuthorizationPluginBase
-
Packages that use RuleBasedAuthorizationPluginBase Package Description org.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of RuleBasedAuthorizationPluginBase in org.apache.solr.security
Subclasses of RuleBasedAuthorizationPluginBase in org.apache.solr.security Modifier and Type Class Description class
ExternalRoleRuleBasedAuthorizationPlugin
Rule Based Authz plugin implementation which reads user roles from the request.class
MultiAuthRuleBasedAuthorizationPlugin
Authorization plugin designed to work with the MultiAuthPlugin to support different AuthorizationPlugin per scheme.class
RuleBasedAuthorizationPlugin
Original implementation of Rule Based Authz plugin which configures user/role mapping in the security.json configuration
-