public class EjbSecurityIdentity
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EjbSecurityIdentity.RunAs |
Constructor and Description |
---|
EjbSecurityIdentity()
Creates a new session bean configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
setDescription(java.lang.String description) |
void |
setRunAs(EjbSecurityIdentity.RunAs runAs) |
void |
setUseCallerIdentity(boolean useIdentity) |
public EjbSecurityIdentity()
public void setDescription(java.lang.String description)
public void setUseCallerIdentity(boolean useIdentity)
public void setRunAs(EjbSecurityIdentity.RunAs runAs)