Uses of Class
org.apache.cassandra.auth.AbstractCIDRAuthorizer
-
Packages that use AbstractCIDRAuthorizer Package Description org.apache.cassandra.auth -
-
Uses of AbstractCIDRAuthorizer in org.apache.cassandra.auth
Subclasses of AbstractCIDRAuthorizer in org.apache.cassandra.auth Modifier and Type Class Description class
AllowAllCIDRAuthorizer
AllowAllCIDRAuthorizer allows any user to access from any CIDR i.e, disables CIDR authorizationclass
CassandraCIDRAuthorizer
CassandraCIDRAuthorizer is backend for CIDR authorization checks 1, Provides functionality to populate Role to CIDR permisssions cache and 2, Uses CIDR groups mapping cache as backend to lookup CIDR groups of an IP
-