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

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

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

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

Methods in org.ow2.jonas.security.internal.realm.factory with parameters of type Role
 void JResourceMemory.addRole(Role role)
          Add a role to this resource.
protected  void AbstractJResource.registerRoleMBean(Role role)
          Create and register an MBean for this role.
 

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



Copyright © 2010 OW2 Consortium. All Rights Reserved.