Uses of Interface
org.objectweb.jonas.security.realm.principals.JUser

Packages that use JUser
org.objectweb.jonas.security.realm.factory   
org.objectweb.jonas.security.realm.principals   
 

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

Methods in org.objectweb.jonas.security.realm.factory that return JUser
 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
 

Methods in org.objectweb.jonas.security.realm.factory with parameters of type JUser
 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
 boolean JResourceDS.isValidUser(JUser user, String credentials)
          Check if the given credential is the right credential for the given user
 boolean JResourceMemory.isValidUser(JUser user, String credentials)
          Check if the given credential is the right credential for the given user
 boolean JResourceLDAP.isValidUser(JUser user, String credentials)
          Check if the given user with the given credential is a valid user
 boolean JResource.isValidUser(JUser user, String credentials)
          Check if the given credential is the right credential for the given user
 boolean JResourceLDAP.isValidUserBind(JUser user, String credentials)
          Check if the given user with the given credential is a valid user.
 boolean JResourceLDAP.isValidUserCompare(JUser user, String credentials)
          Check if the given user with the given credential is a valid user.
 

Uses of JUser in org.objectweb.jonas.security.realm.principals
 

Classes in org.objectweb.jonas.security.realm.principals that implement JUser
 class LDAPUser
          This class define the LDAPUser class which represent a ldap user.
 class User
          This class define the User class which represent a user by its name, password, etc.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.