Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossmodule13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PermissionsType<ModuleDescriptor> |
ModuleDescriptor.getOrCreatePermissions()
If not already created, a new
permissions element with the given value will be created. |
PermissionsType<ModuleType<T>> |
ModuleType.getOrCreatePermissions()
If not already created, a new
permissions element with the given value will be created. |
PermissionsType<T> |
PermissionsType.removeAllGrant()
Removes all
grant elements |
Modifier and Type | Method and Description |
---|---|
PermissionType<PermissionsType<T>> |
PermissionsType.createGrant()
Creates a new
grant element |
List<PermissionType<PermissionsType<T>>> |
PermissionsType.getAllGrant()
Returns all
grant elements |
PermissionType<PermissionsType<T>> |
PermissionsType.getOrCreateGrant()
If not already created, a new
grant element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.