| Modifier and Type | Method and Description |
|---|---|
abstract RunAsIdentityDescriptor |
WebComponentDescriptor.getRunAsIdentity() |
RunAsIdentityDescriptor |
EjbDescriptor.getRunAsIdentity() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebComponentDescriptor.setRunAsIdentity(RunAsIdentityDescriptor runAs) |
void |
EjbDescriptor.setRunAsIdentity(RunAsIdentityDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
RunAsIdentityDescriptor |
RunAsNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
RunAsNode.writeDescriptor(Node parent,
String nodeName,
RunAsIdentityDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComponentValidator.computeRunAsPrincipalDefault(RunAsIdentityDescriptor runAs,
Application application)
Set a default RunAs principal to given RunAsIdentityDescriptor
if necessary.
|
| Modifier and Type | Field and Description |
|---|---|
protected RunAsIdentityDescriptor |
EjbDescriptor.runAsIdentity |
| Modifier and Type | Method and Description |
|---|---|
RunAsIdentityDescriptor |
EjbDescriptor.getRunAsIdentity() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.setRunAsIdentity(RunAsIdentityDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
RunAsIdentityDescriptor |
WebComponentDescriptorImpl.getRunAsIdentity()
Gets the run-as of the referee EJB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebComponentDescriptorImpl.setRunAsIdentity(RunAsIdentityDescriptor runAs)
Sets the run-as of the referee EJB.
|
Copyright © 2019. All rights reserved.