public class Section extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Section.Consumer |
Modifier and Type | Method and Description |
---|---|
static Section |
allow() |
static Section |
deny() |
Section |
mbean(String name,
MBeanRule.Consumer config)
Define a rule for a given MBean.
|
List<MBeanRule> |
mbeans() |
String |
type() |
public static Section allow()
public static Section deny()
public String type()
public Section mbean(String name, MBeanRule.Consumer config)
name
- The mbean name or pattern.config
- Configuration.Copyright © 2019 JBoss by Red Hat. All rights reserved.