Package org.apache.cassandra.auth
Class AuthKeyspace
- java.lang.Object
-
- org.apache.cassandra.auth.AuthKeyspace
-
public final class AuthKeyspace extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
GENERATION
Generation is used as a timestamp for automatic table creation on startup.static java.lang.String
NETWORK_PERMISSIONS
static java.lang.String
RESOURCE_ROLE_INDEX
static java.lang.String
ROLE_MEMBERS
static java.lang.String
ROLE_PERMISSIONS
static java.lang.String
ROLES
static long
SUPERUSER_SETUP_DELAY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KeyspaceMetadata
metadata()
-
-
-
Field Detail
-
GENERATION
public static final long GENERATION
Generation is used as a timestamp for automatic table creation on startup. If you make any changes to the tables below, make sure to increment the generation and document your change here. gen 0: original definition in 3.0 gen 1: compression chunk length reduced to 16KiB, memtable_flush_period_in_ms now unset on all tables in 4.0- See Also:
- Constant Field Values
-
ROLES
public static final java.lang.String ROLES
- See Also:
- Constant Field Values
-
ROLE_MEMBERS
public static final java.lang.String ROLE_MEMBERS
- See Also:
- Constant Field Values
-
ROLE_PERMISSIONS
public static final java.lang.String ROLE_PERMISSIONS
- See Also:
- Constant Field Values
-
RESOURCE_ROLE_INDEX
public static final java.lang.String RESOURCE_ROLE_INDEX
- See Also:
- Constant Field Values
-
NETWORK_PERMISSIONS
public static final java.lang.String NETWORK_PERMISSIONS
- See Also:
- Constant Field Values
-
SUPERUSER_SETUP_DELAY
public static final long SUPERUSER_SETUP_DELAY
-
-
Method Detail
-
metadata
public static KeyspaceMetadata metadata()
-
-