public static enum ReadResourceDescriptionHandler.AccessControl extends Enum<ReadResourceDescriptionHandler.AccessControl>
Enum Constant and Description |
---|
COMBINED_DESCRIPTIONS
Access control information should be included alongside the resource descriptions
|
NONE
No access control information should be included
|
TRIM_DESCRIPTONS
Access control information should be inclueded alongside the minimal resource descriptions
|
Modifier and Type | Method and Description |
---|---|
static ReadResourceDescriptionHandler.AccessControl |
forName(String localName) |
org.jboss.dmr.ModelNode |
toModelNode() |
String |
toString() |
static ReadResourceDescriptionHandler.AccessControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadResourceDescriptionHandler.AccessControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadResourceDescriptionHandler.AccessControl NONE
public static final ReadResourceDescriptionHandler.AccessControl COMBINED_DESCRIPTIONS
public static final ReadResourceDescriptionHandler.AccessControl TRIM_DESCRIPTONS
public static ReadResourceDescriptionHandler.AccessControl[] values()
for (ReadResourceDescriptionHandler.AccessControl c : ReadResourceDescriptionHandler.AccessControl.values()) System.out.println(c);
public static ReadResourceDescriptionHandler.AccessControl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ReadResourceDescriptionHandler.AccessControl forName(String localName)
public String toString()
toString
in class Enum<ReadResourceDescriptionHandler.AccessControl>
public org.jboss.dmr.ModelNode toModelNode()
Copyright © 2023 JBoss by Red Hat. All rights reserved.