| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| com.sun.enterprise.deployment.node | |
| org.glassfish.web.deployment.descriptor |
| Modifier and Type | Method and Description |
|---|---|
abstract Enumeration<SecurityRoleDescriptor> |
WebBundleDescriptor.getSecurityRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Application.addAppRole(SecurityRoleDescriptor descriptor)
Adds a new
Role to the application based on the descriptor |
void |
BundleDescriptor.addRole(SecurityRoleDescriptor descriptor)
Adds a Role object based on the supplied SecurityRoleDescriptor.
|
abstract void |
WebBundleDescriptor.addSecurityRole(SecurityRoleDescriptor securityRole) |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleDescriptor |
SecurityRoleNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
SecurityRoleNode.writeDescriptor(Node parent,
String nodeName,
SecurityRoleDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<SecurityRoleDescriptor> |
WebBundleDescriptorImpl.getSecurityRoles()
Returns an Enumeration of my SecurityRole objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.addSecurityRole(SecurityRoleDescriptor securityRole)
Add a new abstract role to me.
|
Copyright © 2017. All rights reserved.