public class EjbJarDescription extends Object
| Constructor and Description |
|---|
EjbJarDescription(EEModuleDescription eeModuleDescription,
boolean war) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSecurityRole(String role) |
EEModuleDescription |
getEEModuleDescription() |
Set<String> |
getSecurityRoles()
Returns the security roles that have been defined at the application level (via security-role elements in the
ejb-jar.xml).
|
boolean |
hasComponent(String componentName) |
boolean |
isWar() |
public EjbJarDescription(EEModuleDescription eeModuleDescription, boolean war)
public void addSecurityRole(String role)
public Set<String> getSecurityRoles()
public boolean hasComponent(String componentName)
public EEModuleDescription getEEModuleDescription()
public boolean isWar()
Copyright © 2021 JBoss by Red Hat. All rights reserved.