Package | Description |
---|---|
org.apache.solr.security |
Commonly used classes for Solr security framework.
|
Modifier and Type | Method and Description |
---|---|
AuditEvent.EventType |
AuditEvent.getEventType() |
static AuditEvent.EventType |
AuditEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEvent.EventType[] |
AuditEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultiDestinationAuditLogger.shouldLog(AuditEvent.EventType eventType) |
boolean |
AuditLoggerPlugin.shouldLog(AuditEvent.EventType eventType)
Checks whether this event type should be logged based on "eventTypes" config parameter.
|
Constructor and Description |
---|
AuditEvent(AuditEvent.EventType eventType)
Empty event, must be filled by user using setters.
|
AuditEvent(AuditEvent.EventType eventType,
javax.servlet.http.HttpServletRequest httpRequest) |
AuditEvent(AuditEvent.EventType eventType,
javax.servlet.http.HttpServletRequest httpRequest,
AuthorizationContext authorizationContext)
Event based on request and AuthorizationContext.
|
AuditEvent(AuditEvent.EventType eventType,
javax.servlet.http.HttpServletRequest httpRequest,
AuthorizationContext authorizationContext,
double qTime,
Throwable exception)
Event to log completed requests.
|
AuditEvent(AuditEvent.EventType eventType,
Throwable exception,
javax.servlet.http.HttpServletRequest httpRequest)
Event based on an HttpServletRequest, typically used during authentication.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.