| Package | Description |
|---|---|
| org.gradle.plugins.ear.descriptor |
Classes for working with EAR deployment descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends EarSecurityRole> |
DeploymentDescriptor.getSecurityRoles()
List of security roles.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentDescriptor |
DeploymentDescriptor.securityRole(EarSecurityRole role)
Add a security role to the deployment descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentDescriptor.setSecurityRoles(Set<? extends EarSecurityRole> securityRoles) |
Copyright © 2013. All rights reserved