Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.permissions7 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Permission<T> |
Permission.actions(String actions)
Sets the
actions element |
Permission<T> |
Permission.className(String className)
Sets the
class-name element |
Permission<PermissionsDescriptor> |
PermissionsDescriptor.createPermission()
Creates a new
permission element |
Permission<PermissionsDescriptor> |
PermissionsDescriptor.getOrCreatePermission()
If not already created, a new
permission element will be created and returned. |
Permission<T> |
Permission.name(String name)
Sets the
name element |
Permission<T> |
Permission.removeActions()
Removes the
actions element |
Permission<T> |
Permission.removeClassName()
Removes the
class-name element |
Permission<T> |
Permission.removeName()
Removes the
name element |
Modifier and Type | Method and Description |
---|---|
List<Permission<PermissionsDescriptor>> |
PermissionsDescriptor.getAllPermission()
Returns all
permission elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.