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