Interface CIDRPermissionsManagerMBean

  • All Known Implementing Classes:
    CIDRPermissionsManager

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

      • invalidateCidrPermissionsCache

        boolean invalidateCidrPermissionsCache​(java.lang.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