| Package | Description |
|---|---|
| org.glassfish.ejb.security.factory |
| Modifier and Type | Method and Description |
|---|---|
EJBSecurityManager |
EJBSecurityManagerFactory.createManager(EjbDescriptor ejbDesc,
boolean register) |
<T> EJBSecurityManager |
EJBSecurityManagerFactory.getManager(String ctxId,
String name,
boolean remove) |
| Modifier and Type | Method and Description |
|---|---|
<T> ArrayList<EJBSecurityManager> |
EJBSecurityManagerFactory.getManagers(String ctxId,
boolean remove) |
<T> ArrayList<EJBSecurityManager> |
EJBSecurityManagerFactory.getManagersForApp(String appName,
boolean remove) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EJBSecurityManagerFactory.addManagerToApp(String ctxId,
String name,
String appName,
EJBSecurityManager manager) |
Copyright © 2017. All rights reserved.