public enum AuditLogEntryType extends java.lang.Enum<AuditLogEntryType>
Modifier and Type | Method and Description |
---|---|
AuditLogEntryCategory |
getCategory() |
static AuditLogEntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditLogEntryType SELECT
public static final AuditLogEntryType UPDATE
public static final AuditLogEntryType DELETE
public static final AuditLogEntryType TRUNCATE
public static final AuditLogEntryType CREATE_KEYSPACE
public static final AuditLogEntryType ALTER_KEYSPACE
public static final AuditLogEntryType DROP_KEYSPACE
public static final AuditLogEntryType CREATE_TABLE
public static final AuditLogEntryType DROP_TABLE
public static final AuditLogEntryType PREPARE_STATEMENT
public static final AuditLogEntryType DROP_TRIGGER
public static final AuditLogEntryType LIST_USERS
public static final AuditLogEntryType CREATE_INDEX
public static final AuditLogEntryType DROP_INDEX
public static final AuditLogEntryType GRANT
public static final AuditLogEntryType REVOKE
public static final AuditLogEntryType CREATE_TYPE
public static final AuditLogEntryType DROP_AGGREGATE
public static final AuditLogEntryType ALTER_VIEW
public static final AuditLogEntryType CREATE_VIEW
public static final AuditLogEntryType DROP_ROLE
public static final AuditLogEntryType CREATE_FUNCTION
public static final AuditLogEntryType ALTER_TABLE
public static final AuditLogEntryType BATCH
public static final AuditLogEntryType CREATE_AGGREGATE
public static final AuditLogEntryType DROP_VIEW
public static final AuditLogEntryType DROP_TYPE
public static final AuditLogEntryType DROP_FUNCTION
public static final AuditLogEntryType ALTER_ROLE
public static final AuditLogEntryType CREATE_TRIGGER
public static final AuditLogEntryType LIST_ROLES
public static final AuditLogEntryType LIST_PERMISSIONS
public static final AuditLogEntryType ALTER_TYPE
public static final AuditLogEntryType CREATE_ROLE
public static final AuditLogEntryType USE_KEYSPACE
public static final AuditLogEntryType DESCRIBE
public static final AuditLogEntryType REQUEST_FAILURE
public static final AuditLogEntryType LOGIN_ERROR
public static final AuditLogEntryType UNAUTHORIZED_ATTEMPT
public static final AuditLogEntryType LOGIN_SUCCESS
public static AuditLogEntryType[] values()
for (AuditLogEntryType c : AuditLogEntryType.values()) System.out.println(c);
public static AuditLogEntryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic AuditLogEntryCategory getCategory()
Copyright © 2009-2022 The Apache Software Foundation