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 interface
IAuthorizer
Primary Cassandra authorization interface.interface
INetworkAuthorizer
interface
IRoleManager
Responsible 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 class
AllowAllAuthorizer
class
AllowAllNetworkAuthorizer
class
CassandraAuthorizer
CassandraAuthorizer is an IAuthorizer implementation that keeps user permissions internally in C* using the system_auth.role_permissions table.class
CassandraNetworkAuthorizer
class
CassandraRoleManager
Responsible for the creation, maintenance and deletion of roles for the purposes of authentication and authorization.class
CIDRPermissionsManager
Provides functionality to list/update/drop CIDR permissions of a role Backend to build Role to CIDR permissions cacheclass
MutualTlsWithPasswordFallbackAuthenticator
This authenticator can be used in optional mTLS mode, If the client doesn't make an mTLS connection this fallbacks to password authentication.class
PasswordAuthenticator
PasswordAuthenticator is an IAuthenticator implementation that keeps credentials (rolenames and bcrypt-hashed passwords) internally in C* - in system_auth.roles CQL3 table.
-