| Package | Description |
|---|---|
| org.wildfly.common.context |
Types related to management of contextual objects.
|
| Modifier and Type | Method | Description |
|---|---|---|
ContextPermission |
ContextPermission.withActions(java.lang.String actions) |
Create a copy of this permission with the additional given actions.
|
ContextPermission |
ContextPermission.withoutActions(java.lang.String actions) |
Create a copy of this permission without any of the given actions.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ContextPermission.equals(ContextPermission permission) |
Determine if this permission is equal to the given permission.
|
boolean |
ContextPermission.implies(ContextPermission permission) |
Determine if the given permission is implied by this permission.
|
Copyright © 2017 JBoss, a division of Red Hat, Inc.