Uses of Class
org.ow2.jonas.security.realm.factory.JResourceException

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

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

Methods in org.ow2.jonas.security.internal.realm.factory that throw JResourceException
 JUser JResourceLDAP.findUser(String username)
          Check if a user is found and return it
 JUser JResourceDS.findUser(String username)
          Check if a user is found and return it
 JUser JResourceMemory.findUser(String name)
          Check if a user is found and return it.
 ArrayList JResourceLDAP.getArrayListCombinedRoles(JUser user)
          Get all the roles (from the roles and from the groups) of the given user
 ArrayList JResourceDS.getArrayListCombinedRoles(JUser user)
          Get all the roles (from the roles and from the groups) of the given user
 ArrayList<String> JResourceMemory.getArrayListCombinedRoles(JUser user)
          Get all the roles (from the roles and from the groups) of the given user.
 void JResourceLDAP.removeMBeans()
          Remove all the Mbeans used by this resource
 void JResourceDS.removeMBeans()
          Remove all the Mbeans used by this resource
 void JResourceMemory.removeMBeans()
          Remove all the MBeans used by this resource.
 

Uses of JResourceException in org.ow2.jonas.security.realm.factory
 

Methods in org.ow2.jonas.security.realm.factory that throw JResourceException
 JUser JResource.findUser(String name)
          Check if a user is found and return it.
 ArrayList<String> JResource.getArrayListCombinedRoles(JUser user)
          Get all the roles (from the roles and from the groups) of the given user.
 void JResource.removeMBeans()
          Remove all the Mbeans used by this resource.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.