| Package | Description |
|---|---|
| org.apache.openejb.jee.was.v6.common |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| org.apache.openejb.jee.was.v6.ejb |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RunAsSpecifiedIdentity
The security-identity element specifies whether the caller's security
identity is to be used for the execution of the methods of the enterprise
bean or whether a specific run-as identity is to be used.
|
class |
UseCallerIdentity
The use-caller-identity element specifies that the caller's security identity
be used as the security identity for the execution of the enterprise bean's
methods.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityIdentity |
ObjectFactory.createSecurityIdentity()
Create an instance of
SecurityIdentity |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SecurityIdentity> |
ObjectFactory.createSecurityIdentity(SecurityIdentity value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SecurityIdentity> |
ObjectFactory.createSecurityIdentity(SecurityIdentity value)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SecurityIdentity> |
EnterpriseBean.securityIdentities |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityIdentity> |
EnterpriseBean.getSecurityIdentities()
Gets the value of the securityIdentities property.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.