Uses of Class
org.ow2.jonas.security.internal.realm.principal.Group

Packages that use Group
org.ow2.jonas.security.internal.realm.factory   
 

Uses of Group in org.ow2.jonas.security.internal.realm.factory
 

Methods in org.ow2.jonas.security.internal.realm.factory that return types with arguments of type Group
 Hashtable<String,Group> JResourceMemory.getGroups()
          Return all the groups.
 

Methods in org.ow2.jonas.security.internal.realm.factory with parameters of type Group
 void JResourceMemory.addGroup(Group group)
          Add a group to this resource.
protected  void AbstractJResource.registerGroupMBean(Group group)
          Create and register an MBean for the group.
 

Method parameters in org.ow2.jonas.security.internal.realm.factory with type arguments of type Group
 void JResourceMemory.setGroups(Hashtable<String,Group> groups)
          Set the groups.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.