Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.application |
Interfaces for working with J2EE application deployment descriptor, DDProvider class.
|
org.netbeans.modules.j2ee.dd.api.ejb |
Interfaces for working with ejb module deployment descriptor, DDProvider class.
|
org.netbeans.modules.j2ee.dd.api.web |
Interfaces for working with web module deployment descriptor, DDProvider class.
|
Modifier and Type | Method and Description |
---|---|
SecurityRole[] |
Application.getSecurityRole() |
SecurityRole |
Application.getSecurityRole(int index) |
SecurityRole |
Application.newSecurityRole() |
Modifier and Type | Method and Description |
---|---|
int |
Application.addSecurityRole(SecurityRole value) |
int |
Application.removeSecurityRole(SecurityRole value) |
void |
Application.setSecurityRole(int index,
SecurityRole value) |
void |
Application.setSecurityRole(SecurityRole[] value) |
Modifier and Type | Method and Description |
---|---|
SecurityRole[] |
AssemblyDescriptor.getSecurityRole() |
SecurityRole |
AssemblyDescriptor.getSecurityRole(int index) |
SecurityRole |
AssemblyDescriptor.newSecurityRole() |
Modifier and Type | Method and Description |
---|---|
int |
AssemblyDescriptor.addSecurityRole(SecurityRole value) |
int |
AssemblyDescriptor.removeSecurityRole(SecurityRole value) |
void |
AssemblyDescriptor.setSecurityRole(int index,
SecurityRole value) |
void |
AssemblyDescriptor.setSecurityRole(SecurityRole[] value) |
Modifier and Type | Method and Description |
---|---|
SecurityRole[] |
WebApp.getSecurityRole() |
SecurityRole |
WebApp.getSecurityRole(int index) |
Modifier and Type | Method and Description |
---|---|
int |
WebApp.addSecurityRole(SecurityRole valueInterface) |
int |
WebApp.removeSecurityRole(SecurityRole valueInterface) |
void |
WebApp.setSecurityRole(int index,
SecurityRole valueInterface) |
void |
WebApp.setSecurityRole(SecurityRole[] value) |