Package org.apache.cassandra.auth
Interface CIDRPermissionsManagerMBean
- All Known Implementing Classes:
CIDRPermissionsManager
public interface CIDRPermissionsManagerMBean
JMX functions related to CIDR permissions cache and table
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninvalidateCidrPermissionsCache(String roleName) Invalidate given role from CIDR permissions cache
-
Method Details
-
invalidateCidrPermissionsCache
Invalidate given role from CIDR permissions cache- Parameters:
roleName- role to invalidate- Returns:
- returns true if given role found in the cache and invalidated, false otherwise
-