| Package | Description |
|---|---|
| com.sun.enterprise.security.web.integration | |
| com.sun.web.security |
| Modifier and Type | Method and Description |
|---|---|
WebSecurityManager |
WebSecurityManagerFactory.createManager(WebBundleDescriptor wbd,
boolean register,
ServerContext context) |
WebSecurityManager |
WebSecurityManagerFactory.getManager(String ctxId,
String name,
boolean remove) |
| Modifier and Type | Method and Description |
|---|---|
<T> ArrayList<WebSecurityManager> |
WebSecurityManagerFactory.getManagers(String ctxId,
boolean remove) |
<T> ArrayList<WebSecurityManager> |
WebSecurityManagerFactory.getManagersForApp(String appName,
boolean remove) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
WebSecurityManagerFactory.addManagerToApp(String ctxId,
String name,
String appName,
WebSecurityManager manager) |
| Modifier and Type | Field and Description |
|---|---|
protected WebSecurityManager |
RealmAdapter.webSecurityManager
A
WebSecurityManager object associated with a CONTEXT_ID |
| Modifier and Type | Method and Description |
|---|---|
WebSecurityManager |
RealmAdapter.getWebSecurityManager(boolean logNull) |
Copyright © 2017. All rights reserved.