Uses of Class
org.glassfish.ejb.security.application.EJBSecurityManager
Packages that use EJBSecurityManager
-
Uses of EJBSecurityManager in org.glassfish.ejb.security.factory
Methods in org.glassfish.ejb.security.factory that return EJBSecurityManagerModifier and TypeMethodDescriptionEJBSecurityManagerFactory.createManager(EjbDescriptor ejbDescriptor, boolean register) EJBSecurityManagerFactory.getManager(String ctxId, String name, boolean remove) Methods in org.glassfish.ejb.security.factory that return types with arguments of type EJBSecurityManagerModifier and TypeMethodDescriptionEJBSecurityManagerFactory.getManagers(String ctxId, boolean remove) EJBSecurityManagerFactory.getManagersForApp(String appName, boolean remove) Methods in org.glassfish.ejb.security.factory with parameters of type EJBSecurityManagerModifier and TypeMethodDescription<T> voidEJBSecurityManagerFactory.addManagerToApp(String ctxId, String name, String appName, EJBSecurityManager manager)