Uses of Class
org.glassfish.ejb.security.application.EJBSecurityManager
-
Packages that use EJBSecurityManager Package Description org.glassfish.ejb.security.factory -
-
Uses of EJBSecurityManager in org.glassfish.ejb.security.factory
Methods in org.glassfish.ejb.security.factory that return EJBSecurityManager Modifier and Type Method Description EJBSecurityManagerEJBSecurityManagerFactory. createManager(EjbDescriptor ejbDesc, boolean register)<T> EJBSecurityManagerEJBSecurityManagerFactory. getManager(String ctxId, String name, boolean remove)Methods in org.glassfish.ejb.security.factory that return types with arguments of type EJBSecurityManager Modifier and Type Method Description <T> ArrayList<EJBSecurityManager>EJBSecurityManagerFactory. getManagers(String ctxId, boolean remove)<T> ArrayList<EJBSecurityManager>EJBSecurityManagerFactory. getManagersForApp(String appName, boolean remove)Methods in org.glassfish.ejb.security.factory with parameters of type EJBSecurityManager Modifier and Type Method Description <T> voidEJBSecurityManagerFactory. addManagerToApp(String ctxId, String name, String appName, EJBSecurityManager manager)
-