|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PermissionManager | |
---|---|
org.objectweb.jonas.web | |
org.ow2.jonas.web.tomcat6 | |
org.ow2.jonas.web.tomcat6.security |
Uses of PermissionManager in org.objectweb.jonas.web |
---|
Methods in org.objectweb.jonas.web that return PermissionManager | |
---|---|
PermissionManager |
War.getPermissionManager()
Gets the permission manager |
Methods in org.objectweb.jonas.web with parameters of type PermissionManager | |
---|---|
void |
War.setPermissionManager(PermissionManager permissionManager)
Set the permission manager |
Uses of PermissionManager in org.ow2.jonas.web.tomcat6 |
---|
Methods in org.ow2.jonas.web.tomcat6 with parameters of type PermissionManager | |
---|---|
protected void |
Tomcat6Service.checkStartedContext(org.apache.catalina.Context context,
PermissionManager permissionManager)
Check that the context that was started was right configured. |
Uses of PermissionManager in org.ow2.jonas.web.tomcat6.security |
---|
Methods in org.ow2.jonas.web.tomcat6.security that return PermissionManager | |
---|---|
PermissionManager |
Realm.getPermissionManager()
|
Methods in org.ow2.jonas.web.tomcat6.security with parameters of type PermissionManager | |
---|---|
void |
Realm.setPermissionManager(PermissionManager permissionManager)
Set the permission manager used by this realm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |