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

Packages that use JResourceException
org.objectweb.jonas.security.realm.factory   
 

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

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



Copyright © 2007 OW2 Consortium. All Rights Reserved.