| Package | Description |
|---|---|
| org.glassfish.deployment.common |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleDescriptor<T extends RootDeploymentDescriptor>
This class describes a module information for an applicaiton module
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> |
RootDeploymentDescriptor.extensions
Extensions for this module descriptor, keyed by type, indexed using the instance's index
|
protected Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> |
RootDeploymentDescriptor.extensions
Extensions for this module descriptor, keyed by type, indexed using the instance's index
|
| Modifier and Type | Method and Description |
|---|---|
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type,
T instance,
String index) |
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type,
String index)
This method returns one extension of the passed type in the scope with the right index
|
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.getExtensionsDescriptors(Class<T> type)
This method returns all extensions of the passed type in the scope
|
| Modifier and Type | Method and Description |
|---|---|
RootDeploymentDescriptor |
RootDeploymentDescriptor.getMainDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<RootDeploymentDescriptor> |
RootDeploymentDescriptor.getExtensionsDescriptors()
This method returns all the extensions deployment descriptors in the scope
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityRoleMapper.assignRole(Principal p,
org.glassfish.security.common.Role r,
RootDeploymentDescriptor rdd)
Assigns a Principal to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type,
T instance,
String index) |
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type,
String index)
This method returns one extension of the passed type in the scope with the right index
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.