Uses of Class
org.ow2.jonas.web.base.lib.PermissionManager

Packages that use PermissionManager
org.ow2.jonas.web.base   
org.ow2.jonas.web.tomcat6   
org.ow2.jonas.web.tomcat6.security   
 

Uses of PermissionManager in org.ow2.jonas.web.base
 

Methods in org.ow2.jonas.web.base that return PermissionManager
 PermissionManager War.getPermissionManager()
          Gets the permission manager.
 

Methods in org.ow2.jonas.web.base 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.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.