Uses of Class
org.apache.solr.security.AuditEvent.RequestType
-
Packages that use AuditEvent.RequestType Package Description org.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of AuditEvent.RequestType in org.apache.solr.security
Methods in org.apache.solr.security that return AuditEvent.RequestType Modifier and Type Method Description AuditEvent.RequestType
AuditEvent. getRequestType()
Determines the type of request.static AuditEvent.RequestType
AuditEvent.RequestType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditEvent.RequestType[]
AuditEvent.RequestType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.security with parameters of type AuditEvent.RequestType Modifier and Type Method Description AuditEvent
AuditEvent. setRequestType(AuditEvent.RequestType requestType)
-