| Package | Description |
|---|---|
| org.wildfly.naming.java.permission |
| Modifier and Type | Method and Description |
|---|---|
JndiPermission |
JndiPermission.withActions(int actionBits)
Return a permission which is equal to this one except with additional action bits.
|
JndiPermission |
JndiPermission.withActions(String actions)
Return a permission which is equal to this one except with additional actions.
|
JndiPermission |
JndiPermission.withNewActions(int actionBits)
Return a permission which is equal to this one except with its actions reset to
actionBits. |
JndiPermission |
JndiPermission.withNewActions(String actions)
Return a permission which is equal to this one except with its actions reset to
actions. |
JndiPermission |
JndiPermission.withoutActions(int actionBits)
Return a permission which is equal to this one except without some action bits.
|
JndiPermission |
JndiPermission.withoutActions(String actions)
Return a permission which is equal to this one except without some actions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JndiPermission.equals(JndiPermission other)
Determine whether this object is equal to another.
|
boolean |
JndiPermission.implies(JndiPermission permission)
Determine if this permission implies the other permission.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.