Modifier and Type | Method and Description |
---|---|
List<SecurityRoleMapping> |
Application.getSecurityRoleMappings() |
Modifier and Type | Method and Description |
---|---|
void |
Application.addSecurityRoleMapping(SecurityRoleMapping roleMapping) |
Modifier and Type | Method and Description |
---|---|
protected SecurityRoleMapping |
SecurityRoleMappingNode.createDescriptor() |
Modifier and Type | Method and Description |
---|---|
Node |
SecurityRoleMappingNode.writeDescriptor(Node parent,
String nodeName,
SecurityRoleMapping descriptor)
write the descriptor class to a DOM tree and return it
|
Modifier and Type | Method and Description |
---|---|
SecurityRoleMapping[] |
SunWebApp.getSecurityRoleMapping() |
SecurityRoleMapping |
SunWebApp.getSecurityRoleMapping(int index) |
Modifier and Type | Method and Description |
---|---|
int |
SunWebApp.addSecurityRoleMapping(SecurityRoleMapping value) |
int |
SunWebApp.removeSecurityRoleMapping(SecurityRoleMapping value) |
void |
SunWebApp.setSecurityRoleMapping(int index,
SecurityRoleMapping value) |
void |
SunWebApp.setSecurityRoleMapping(SecurityRoleMapping[] value) |
Modifier and Type | Method and Description |
---|---|
List<SecurityRoleMapping> |
EjbBundleDescriptorImpl.getSecurityRoleMappings() |
Modifier and Type | Method and Description |
---|---|
void |
EjbBundleDescriptorImpl.addSecurityRoleMapping(SecurityRoleMapping roleMapping) |
Modifier and Type | Method and Description |
---|---|
SecurityRoleMapping[] |
SunWebAppImpl.getSecurityRoleMapping() |
SecurityRoleMapping |
SunWebAppImpl.getSecurityRoleMapping(int index) |
Modifier and Type | Method and Description |
---|---|
int |
SunWebAppImpl.addSecurityRoleMapping(SecurityRoleMapping value) |
int |
SunWebAppImpl.removeSecurityRoleMapping(SecurityRoleMapping value) |
void |
SunWebAppImpl.setSecurityRoleMapping(int index,
SecurityRoleMapping value) |
void |
SunWebAppImpl.setSecurityRoleMapping(SecurityRoleMapping[] value) |
Copyright © 2019. All rights reserved.