Uses of Interface
org.apache.cassandra.auth.AuthCache.BulkLoader
-
Packages that use AuthCache.BulkLoader Package Description org.apache.cassandra.auth -
-
Uses of AuthCache.BulkLoader in org.apache.cassandra.auth
Subinterfaces of AuthCache.BulkLoader in org.apache.cassandra.auth Modifier and Type Interface Description interfaceIAuthorizerPrimary Cassandra authorization interface.interfaceINetworkAuthorizerinterfaceIRoleManagerResponsible for managing roles (which also includes what used to be known as users), including creation, deletion, alteration and the granting and revoking of roles to other roles.Classes in org.apache.cassandra.auth that implement AuthCache.BulkLoader Modifier and Type Class Description classAllowAllAuthorizerclassAllowAllNetworkAuthorizerclassCassandraAuthorizerCassandraAuthorizer is an IAuthorizer implementation that keeps user permissions internally in C* using the system_auth.role_permissions table.classCassandraNetworkAuthorizerclassCassandraRoleManagerResponsible for the creation, maintenance and deletion of roles for the purposes of authentication and authorization.classPasswordAuthenticatorPasswordAuthenticator is an IAuthenticator implementation that keeps credentials (rolenames and bcrypt-hashed passwords) internally in C* - in system_auth.roles CQL3 table.
-