| Package | Description |
|---|---|
| com.sun.enterprise.deployment |
| Modifier and Type | Class and Description |
|---|---|
class |
RoleReference
Special kind of environment property that encapsulates the primitive roles
as defined by the bean developer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SecurityRoleReference |
WebComponentDescriptor.getSecurityRoleReferenceByName(String roleReferenceName) |
abstract SecurityRoleReference |
WebBundleDescriptor.getSecurityRoleReferenceByName(String compName,
String roleName) |
| Modifier and Type | Method and Description |
|---|---|
abstract Enumeration<SecurityRoleReference> |
WebComponentDescriptor.getSecurityRoleReferences() |
abstract Set<SecurityRoleReference> |
WebComponentDescriptor.getSecurityRoleReferenceSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebComponentDescriptor.addSecurityRoleReference(SecurityRoleReference securityRoleReference) |
abstract void |
WebComponentDescriptor.removeSecurityRoleReference(SecurityRoleReference securityRoleReference) |
Copyright © 2013. All Rights Reserved.