Uses of Class
com.floragunn.searchguard.auditlog.impl.AuditMessage.Category
-
Packages that use AuditMessage.Category Package Description com.floragunn.searchguard.auditlog.impl -
-
Uses of AuditMessage.Category in com.floragunn.searchguard.auditlog.impl
Methods in com.floragunn.searchguard.auditlog.impl that return AuditMessage.Category Modifier and Type Method Description AuditMessage.CategoryAuditMessage. getCategory()static AuditMessage.CategoryAuditMessage.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditMessage.Category[]AuditMessage.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.searchguard.auditlog.impl with parameters of type AuditMessage.Category Modifier and Type Method Description static List<AuditMessage>RequestResolver. resolve(AuditMessage.Category category, com.floragunn.searchguard.auditlog.AuditLog.Origin origin, String action, String privilege, com.floragunn.searchguard.user.UserInformation effectiveUser, Boolean sgAdmin, com.floragunn.searchguard.user.UserInformation initiatingUser, org.elasticsearch.common.transport.TransportAddress remoteAddress, org.elasticsearch.transport.TransportRequest request, Map<String,String> headers, org.elasticsearch.tasks.Task task, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver resolver, org.elasticsearch.cluster.service.ClusterService cs, org.elasticsearch.common.settings.Settings settings, boolean logRequestBody, boolean resolveIndices, boolean resolveBulk, String searchguardIndex, boolean excludeSensitiveHeaders, Throwable exception)Constructors in com.floragunn.searchguard.auditlog.impl with parameters of type AuditMessage.Category Constructor Description AuditMessage(AuditMessage.Category msgCategory, org.elasticsearch.cluster.service.ClusterService clusterService, com.floragunn.searchguard.auditlog.AuditLog.Origin origin, com.floragunn.searchguard.auditlog.AuditLog.Origin layer)
-