Interface CIDRPermissionsManagerMBean

All Known Implementing Classes:
CIDRPermissionsManager

public interface CIDRPermissionsManagerMBean
JMX functions related to CIDR permissions cache and table
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Invalidate given role from CIDR permissions cache
  • Method Details

    • invalidateCidrPermissionsCache

      boolean invalidateCidrPermissionsCache(String roleName)
      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