| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar20 |
| Modifier and Type | Method and Description |
|---|---|
SecurityIdentityType |
EjbJar20Factory.createSecurityIdentityType()
Returns a new object of class 'Security Identity Type'.
|
SecurityIdentityType |
DocumentRoot.getSecurityIdentity()
Returns the value of the 'Security Identity' containment reference.
|
SecurityIdentityType |
EntityType.getSecurityIdentity()
Returns the value of the 'Security Identity' containment reference.
|
SecurityIdentityType |
MessageDrivenType.getSecurityIdentity()
Returns the value of the 'Security Identity' containment reference.
|
SecurityIdentityType |
SessionType.getSecurityIdentity()
Returns the value of the 'Security Identity' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRoot.setSecurityIdentity(SecurityIdentityType value)
Sets the value of the '
Security Identity' containment reference. |
void |
EntityType.setSecurityIdentity(SecurityIdentityType value)
Sets the value of the '
Security Identity' containment reference. |
void |
MessageDrivenType.setSecurityIdentity(SecurityIdentityType value)
Sets the value of the '
Security Identity' containment reference. |
void |
SessionType.setSecurityIdentity(SecurityIdentityType value)
Sets the value of the '
Security Identity' containment reference. |