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.
|
Modifier and Type | Method and Description |
---|---|
static void |
JndiPermission.check(Name name,
JndiPermission.Action... actions)
A utility method to check if the current access control context possesses
the JndiPermission for given JNDI name and actions.
|
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 © 2014 JBoss by Red Hat. All rights reserved.