|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityIdentity | |
|---|---|
| org.eclipse.jst.j2ee.common | This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables). |
| org.eclipse.jst.j2ee.ejb | This package includes the enterprise bean module model api. |
| Uses of SecurityIdentity in org.eclipse.jst.j2ee.common |
|---|
| Subinterfaces of SecurityIdentity in org.eclipse.jst.j2ee.common | |
|---|---|
interface |
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. |
interface |
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. |
| Methods in org.eclipse.jst.j2ee.common that return SecurityIdentity | |
|---|---|
SecurityIdentity |
CommonFactory.createSecurityIdentity()
Returns a new object of class 'Security Identity' |
| Uses of SecurityIdentity in org.eclipse.jst.j2ee.ejb |
|---|
| Methods in org.eclipse.jst.j2ee.ejb that return SecurityIdentity | |
|---|---|
SecurityIdentity |
EnterpriseBean.getSecurityIdentity()
|
| Methods in org.eclipse.jst.j2ee.ejb with parameters of type SecurityIdentity | |
|---|---|
void |
EnterpriseBean.setSecurityIdentity(SecurityIdentity value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||