Class JJCassandraRoleManager

  • All Implemented Interfaces:
    org.apache.cassandra.auth.AuthCache.BulkLoader<org.apache.cassandra.auth.RoleResource,​java.util.Set<org.apache.cassandra.auth.Role>>, org.apache.cassandra.auth.IRoleManager

    public class JJCassandraRoleManager
    extends org.apache.cassandra.auth.CassandraRoleManager
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.cassandra.auth.IRoleManager

        org.apache.cassandra.auth.IRoleManager.Option
    • Field Summary

      • Fields inherited from class org.apache.cassandra.auth.CassandraRoleManager

        DEFAULT_SUPERUSER_NAME, GENSALT_LOG2_ROUNDS_PROPERTY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setup()  
      • Methods inherited from class org.apache.cassandra.auth.CassandraRoleManager

        alterableOptions, alterRole, bulkLoader, canLogin, consistencyForRoleRead, consistencyForRoleWrite, createDefaultRoleQuery, createRole, dropRole, getAllRoles, getCustomOptions, getRoleDetails, getRoles, grantRole, hasExistingRoles, isExistingRole, isSuper, loadRoleStatement, protectedResources, revokeRole, scheduleSetupTask, supportedOptions, validateConfiguration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JJCassandraRoleManager

        public JJCassandraRoleManager​(java.lang.String pw)
    • Method Detail

      • setup

        public void setup()
        Specified by:
        setup in interface org.apache.cassandra.auth.IRoleManager
        Overrides:
        setup in class org.apache.cassandra.auth.CassandraRoleManager