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 |
---|---|
PermissionType<T> |
PermissionType.actions(String actions)
Sets the
actions attribute |
PermissionType<PermissionsType<T>> |
PermissionsType.createGrant()
Creates a new
grant element |
PermissionType<PermissionsType<T>> |
PermissionsType.getOrCreateGrant()
If not already created, a new
grant element will be created and returned. |
PermissionType<T> |
PermissionType.name(String name)
Sets the
name attribute |
PermissionType<T> |
PermissionType.permission(String permission)
Sets the
permission attribute |
PermissionType<T> |
PermissionType.removeActions()
Removes the
actions attribute |
PermissionType<T> |
PermissionType.removeName()
Removes the
name attribute |
PermissionType<T> |
PermissionType.removePermission()
Removes the
permission attribute |
Modifier and Type | Method and Description |
---|---|
List<PermissionType<PermissionsType<T>>> |
PermissionsType.getAllGrant()
Returns all
grant elements |
Copyright © 2022 JBoss by Red Hat. All rights reserved.