Uses of Interface
org.ow2.jonas.security.realm.principal.JUser

Packages that use JUser
org.ow2.jonas.security.realm.factory   
 

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

Methods in org.ow2.jonas.security.realm.factory that return JUser
 JUser JResource.findUser(String name)
          Check if a user is found and return it.
 

Methods in org.ow2.jonas.security.realm.factory that return types with arguments of type JUser
 Hashtable<String,JUser> JResource.getUsers()
          Return users.
 

Methods in org.ow2.jonas.security.realm.factory with parameters of type JUser
 ArrayList<String> JResource.getArrayListCombinedRoles(JUser user)
          Get all the roles (from the roles and from the groups) of the given user.
 boolean JResource.isValidUser(JUser user, String credentials)
          Check if the given credential is the right credential for the given user.
 

Method parameters in org.ow2.jonas.security.realm.factory with type arguments of type JUser
 void JResource.setUsers(Hashtable<String,JUser> users)
           
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.