Package | Description |
---|---|
org.jboss.as.naming |
Modifier and Type | Method and Description |
---|---|
static JndiPermission.Action |
JndiPermission.Action.forName(String actionName) |
static JndiPermission.Action |
JndiPermission.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JndiPermission.Action[] |
JndiPermission.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JndiPermission(Name path,
JndiPermission.Action... actions) |
JndiPermission(String path,
JndiPermission.Action... actions)
Creates a new JndiPermission object with the specified actions.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.