Package | Description |
---|---|
org.apache.solr.security |
Commonly used classes for Solr security framework.
|
org.apache.solr.servlet |
Servlet related classes for powering the Solr HTTP API
|
Modifier and Type | Method and Description |
---|---|
abstract AuthorizationContext.RequestType |
AuthorizationContext.getRequestType() |
static AuthorizationContext.RequestType |
AuthorizationContext.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationContext.RequestType[] |
AuthorizationContext.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected AuthorizationContext.RequestType |
HttpSolrCall.requestType |
Modifier and Type | Method and Description |
---|---|
AuthorizationContext.RequestType |
HttpSolrCall.getRequestType() |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.