| Package | Description |
|---|---|
| com.sun.ejb | |
| com.sun.ejb.containers | |
| org.glassfish.ejb.security.application | |
| org.glassfish.persistence.ejb.entitybean.container |
| Modifier and Type | Method and Description |
|---|---|
SecurityManager |
EjbInvocation.getEjbSecurityManager() |
SecurityManager |
Container.getSecurityManager() |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityManager |
BaseContainer.securityManager |
| Modifier and Type | Method and Description |
|---|---|
SecurityManager |
BaseContainer.getSecurityManager() |
protected SecurityManager |
BaseContainerFactory.getSecurityManager(EjbDescriptor ejbDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
BaseContainer.invokeTargetBeanMethod(Method beanClassMethod,
EjbInvocation inv,
Object target,
Object[] params,
SecurityManager mgr) |
| Modifier and Type | Class and Description |
|---|---|
class |
EJBSecurityManager
This class is used by the EJB server to manage security.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ReadOnlyBeanContainer.invokeTargetBeanMethod(Method beanClassMethod,
EjbInvocation inv,
Object target,
Object[] params,
SecurityManager mgr) |
| Constructor and Description |
|---|
CommitCEntityContainer(EjbDescriptor desc,
ClassLoader loader,
SecurityManager sm)
This constructor is called from the JarManager when a Jar is deployed.
|
EntityContainer(BaseContainer.ContainerType containerType,
EjbDescriptor desc,
ClassLoader loader,
SecurityManager sm) |
EntityContainer(EjbDescriptor desc,
ClassLoader loader,
SecurityManager sm)
This constructor is called from the JarManager when a Jar is deployed.
|
ReadOnlyBeanContainer(EjbDescriptor desc,
ClassLoader loader,
SecurityManager sm) |
Copyright © 2017. All rights reserved.