Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MethodPermissionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createMethodPermission()
Creates a new
method-permission element |
MethodPermissionType<T> |
MethodPermissionType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
MethodPermissionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateMethodPermission()
If not already created, a new
method-permission element will be created and returned. |
MethodPermissionType<T> |
MethodPermissionType.id(String id)
Sets the
id attribute |
MethodPermissionType<T> |
MethodPermissionType.removeAllDescription()
Removes the
description element |
MethodPermissionType<T> |
MethodPermissionType.removeAllMethod()
Removes all
method elements |
MethodPermissionType<T> |
MethodPermissionType.removeAllRoleName()
Removes the
role-name element |
MethodPermissionType<T> |
MethodPermissionType.removeId()
Removes the
id attribute |
MethodPermissionType<T> |
MethodPermissionType.removeUnchecked()
Removes the
unchecked element |
MethodPermissionType<T> |
MethodPermissionType.roleName(String... values)
Creates for all String objects representing
role-name elements,
a new role-name element |
MethodPermissionType<T> |
MethodPermissionType.unchecked()
Sets the
unchecked element |
Modifier and Type | Method and Description |
---|---|
MethodType<MethodPermissionType<T>> |
MethodPermissionType.createMethod()
Creates a new
method element |
List<MethodType<MethodPermissionType<T>>> |
MethodPermissionType.getAllMethod()
Returns all
method elements |
List<MethodPermissionType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllMethodPermission()
Returns all
method-permission elements |
MethodType<MethodPermissionType<T>> |
MethodPermissionType.getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.