Uses of Class
com.floragunn.searchguard.auditlog.AuditLog.Operation
-
Packages that use AuditLog.Operation Package Description com.floragunn.searchguard.auditlog -
-
Uses of AuditLog.Operation in com.floragunn.searchguard.auditlog
Methods in com.floragunn.searchguard.auditlog that return AuditLog.Operation Modifier and Type Method Description static AuditLog.OperationAuditLog.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditLog.Operation[]AuditLog.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-