Uses of Interface
org.apache.cassandra.auth.AuthCache.BulkLoader
Packages that use AuthCache.BulkLoader
-
Uses of AuthCache.BulkLoader in org.apache.cassandra.auth
Subinterfaces of AuthCache.BulkLoader in org.apache.cassandra.authModifier and TypeInterfaceDescriptioninterfacePrimary Cassandra authorization interface.interfaceinterfaceResponsible 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.BulkLoaderModifier and TypeClassDescriptionclassclassclassCassandraAuthorizer is an IAuthorizer implementation that keeps user permissions internally in C* using the system_auth.role_permissions table.classclassResponsible for the creation, maintenance and deletion of roles for the purposes of authentication and authorization.classProvides functionality to list/update/drop CIDR permissions of a role Backend to build Role to CIDR permissions cacheclassThis authenticator can be used in optional mTLS mode, If the client doesn't make an mTLS connection this fallbacks to password authentication.classPasswordAuthenticator is an IAuthenticator implementation that keeps credentials (rolenames and bcrypt-hashed passwords) internally in C* - in system_auth.roles CQL3 table.