Uses of Class
org.apache.solr.security.AuthorizationResponse
-
Packages that use AuthorizationResponse Package Description org.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of AuthorizationResponse in org.apache.solr.security
Fields in org.apache.solr.security declared as AuthorizationResponse Modifier and Type Field Description static AuthorizationResponseAuthorizationResponse. FORBIDDENstatic AuthorizationResponseAuthorizationResponse. OKstatic AuthorizationResponseAuthorizationResponse. PROMPTMethods in org.apache.solr.security that return AuthorizationResponse Modifier and Type Method Description AuthorizationResponseAuthorizationPlugin. authorize(AuthorizationContext context)AuthorizationResponseRuleBasedAuthorizationPluginBase. authorize(AuthorizationContext context)AuthorizationResponseAuditEvent. getAutResponse()The authorization response object from authorization plugin, or null authz has not happenedMethods in org.apache.solr.security with parameters of type AuthorizationResponse Modifier and Type Method Description AuditEventAuditEvent. setAutResponse(AuthorizationResponse autResponse)
-