Uses of Interface
org.apache.cassandra.auth.ICIDRAuthorizer
Packages that use ICIDRAuthorizer
-
Uses of ICIDRAuthorizer in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement ICIDRAuthorizerModifier and TypeClassDescriptionclassAbstract CIDR authorizer, contains code common to all implementations of ICIDRAuthorizerclassAllowAllCIDRAuthorizer allows any user to access from any CIDR i.e, disables CIDR authorizationclassCassandraCIDRAuthorizer 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 -
Uses of ICIDRAuthorizer in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return ICIDRAuthorizerMethods in org.apache.cassandra.config with parameters of type ICIDRAuthorizerModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setCIDRAuthorizer(ICIDRAuthorizer cidrAuthorizer)