Class EJBSecurityManagerFactory
java.lang.Object
com.sun.enterprise.security.factory.SecurityManagerFactory
org.glassfish.ejb.security.factory.EJBSecurityManagerFactory
@Service
@Singleton
public final class EJBSecurityManagerFactory
extends com.sun.enterprise.security.factory.SecurityManagerFactory
EJB Security Manager Factory Implementation
- Author:
- Harpreet Singh Created on June 9, 2003, 5:42 PM
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of EJBSecurityManagerFactory -
Method Summary
Modifier and TypeMethodDescription<T> voidaddManagerToApp(String ctxId, String name, String appName, EJBSecurityManager manager) createManager(EjbDescriptor ejbDescriptor, boolean register) com.sun.enterprise.security.ee.audit.AppServerAuditManager<T> String[]getContextsForApp(String appName, boolean remove) getManager(String ctxId, String name, boolean remove) getManagers(String ctxId, boolean remove) getManagersForApp(String appName, boolean remove) Methods inherited from class com.sun.enterprise.security.factory.SecurityManagerFactory
addManagerToApp, getContextsForApp, getManager, getManagers, getManagersForApp
-
Constructor Details
-
EJBSecurityManagerFactory
public EJBSecurityManagerFactory()Creates a new instance of EJBSecurityManagerFactory
-
-
Method Details
-
getManager
-
getManagers
-
getManagersForApp
-
getContextsForApp
-
addManagerToApp
public <T> void addManagerToApp(String ctxId, String name, String appName, EJBSecurityManager manager) -
createManager
-
getAuditManager
public com.sun.enterprise.security.ee.audit.AppServerAuditManager getAuditManager()
-