| Package | Description |
|---|---|
| org.apache.openejb.jee.jba |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityIdentity |
Session.securityIdentity |
protected SecurityIdentity |
MessageDriven.securityIdentity |
protected SecurityIdentity |
Entity.securityIdentity |
| Modifier and Type | Method and Description |
|---|---|
SecurityIdentity |
ObjectFactory.createSecurityIdentity()
Create an instance of
SecurityIdentity |
SecurityIdentity |
Session.getSecurityIdentity()
Gets the value of the securityIdentity property.
|
SecurityIdentity |
MessageDriven.getSecurityIdentity()
Gets the value of the securityIdentity property.
|
SecurityIdentity |
Entity.getSecurityIdentity()
Gets the value of the securityIdentity property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property.
|
void |
MessageDriven.setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property.
|
void |
Entity.setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.