| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| org.glassfish.web.deployment.descriptor |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleReference |
WebComponentDescriptorImpl.getSecurityRoleReferenceByName(String roleReferenceName) |
SecurityRoleReference |
WebBundleDescriptorImpl.getSecurityRoleReferenceByName(String compName,
String roleName)
Return all the references by a given component (by name) to the given rolename.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<SecurityRoleReference> |
WebComponentDescriptorImpl.getSecurityRoleReferences() |
Set<SecurityRoleReference> |
WebComponentDescriptorImpl.getSecurityRoleReferenceSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebComponentDescriptorImpl.addSecurityRoleReference(SecurityRoleReference securityRoleReference)
Adds a security role reference to this web component.
|
void |
WebComponentDescriptorImpl.removeSecurityRoleReference(SecurityRoleReference securityRoleReference)
Removes the given security role reference from this web component.
|
Copyright © 2017. All rights reserved.