Uses of Interface
com.sun.enterprise.security.SecurityManager
-
Packages that use SecurityManager Package Description com.sun.ejb com.sun.ejb.containers org.glassfish.ejb.security.application org.glassfish.persistence.ejb.entitybean.container -
-
Uses of SecurityManager in com.sun.ejb
Methods in com.sun.ejb that return SecurityManager Modifier and Type Method Description SecurityManagerEjbInvocation. getEjbSecurityManager()SecurityManagerContainer. getSecurityManager() -
Uses of SecurityManager in com.sun.ejb.containers
Fields in com.sun.ejb.containers declared as SecurityManager Modifier and Type Field Description protected SecurityManagerBaseContainer. securityManagerMethods in com.sun.ejb.containers that return SecurityManager Modifier and Type Method Description SecurityManagerBaseContainer. getSecurityManager()protected SecurityManagerBaseContainerFactory. getSecurityManager(EjbDescriptor ejbDescriptor)Methods in com.sun.ejb.containers with parameters of type SecurityManager Modifier and Type Method Description protected ObjectBaseContainer. invokeTargetBeanMethod(Method beanClassMethod, EjbInvocation inv, Object target, Object[] params, SecurityManager mgr) -
Uses of SecurityManager in org.glassfish.ejb.security.application
Classes in org.glassfish.ejb.security.application that implement SecurityManager Modifier and Type Class Description classEJBSecurityManagerThis class is used by the EJB server to manage security. -
Uses of SecurityManager in org.glassfish.persistence.ejb.entitybean.container
Methods in org.glassfish.persistence.ejb.entitybean.container with parameters of type SecurityManager Modifier and Type Method Description protected ObjectReadOnlyBeanContainer. invokeTargetBeanMethod(Method beanClassMethod, EjbInvocation inv, Object target, Object[] params, SecurityManager mgr)Constructors in org.glassfish.persistence.ejb.entitybean.container with parameters of type SecurityManager Constructor 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)
-