| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleAssignment> |
Application.getWlRoleAssignments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Application.addWLRoleAssignments(SecurityRoleAssignment wlRoleAssignment) |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityRoleAssignment |
SecurityRoleAssignmentNode.createDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
SecurityRoleAssignmentNode.writeDescriptor(Node parent,
String nodeName,
SecurityRoleAssignment descriptor)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleAssignment |
SunWebApp.getSecurityRoleAssignment(int index) |
SecurityRoleAssignment[] |
SunWebApp.getSecurityRoleAssignments() |
| Modifier and Type | Method and Description |
|---|---|
int |
SunWebApp.addSecurityRoleAssignment(SecurityRoleAssignment value) |
int |
SunWebApp.removeSecurityRoleAssignment(SecurityRoleAssignment value) |
void |
SunWebApp.setSecurityRoleAssignment(int index,
SecurityRoleAssignment value) |
void |
SunWebApp.setSecurityRoleAssignments(SecurityRoleAssignment[] value) |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleAssignment |
SunWebAppImpl.getSecurityRoleAssignment(int index) |
SecurityRoleAssignment[] |
SunWebAppImpl.getSecurityRoleAssignments() |
| Modifier and Type | Method and Description |
|---|---|
int |
SunWebAppImpl.addSecurityRoleAssignment(SecurityRoleAssignment value) |
int |
SunWebAppImpl.removeSecurityRoleAssignment(SecurityRoleAssignment value) |
void |
SunWebAppImpl.setSecurityRoleAssignment(int index,
SecurityRoleAssignment value) |
void |
SunWebAppImpl.setSecurityRoleAssignments(SecurityRoleAssignment[] value) |
Copyright © 2017. All rights reserved.