Class AuthKeyspace

java.lang.Object
org.apache.cassandra.auth.AuthKeyspace

public final class AuthKeyspace extends Object
  • Field Details

    • 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:
    • ROLES

      public static final String ROLES
      See Also:
    • ROLE_MEMBERS

      public static final String ROLE_MEMBERS
      See Also:
    • ROLE_PERMISSIONS

      public static final String ROLE_PERMISSIONS
      See Also:
    • RESOURCE_ROLE_INDEX

      public static final String RESOURCE_ROLE_INDEX
      See Also:
    • NETWORK_PERMISSIONS

      public static final String NETWORK_PERMISSIONS
      See Also:
    • CIDR_PERMISSIONS

      public static final String CIDR_PERMISSIONS
      See Also:
    • CIDR_GROUPS

      public static final String CIDR_GROUPS
      See Also:
    • IDENTITY_TO_ROLES

      public static final String IDENTITY_TO_ROLES
      See Also:
    • TABLE_NAMES

      public static final Set<String> TABLE_NAMES
    • SUPERUSER_SETUP_DELAY

      public static final long SUPERUSER_SETUP_DELAY
    • CIDR_PERMISSIONS_TBL_ROLE_COL_NAME

      public static final String CIDR_PERMISSIONS_TBL_ROLE_COL_NAME
      See Also:
    • CIDR_PERMISSIONS_TBL_CIDR_GROUPS_COL_NAME

      public static final String CIDR_PERMISSIONS_TBL_CIDR_GROUPS_COL_NAME
      See Also:
    • CIDR_GROUPS_TBL_CIDR_GROUP_COL_NAME

      public static final String CIDR_GROUPS_TBL_CIDR_GROUP_COL_NAME
      See Also:
    • CIDR_GROUPS_TBL_CIDRS_COL_NAME

      public static final String CIDR_GROUPS_TBL_CIDRS_COL_NAME
      See Also:
  • Method Details