com.ibm.ccd.ui.services.user
Class UserManager

java.lang.Object
  extended by com.ibm.ccd.ui.services.user.UserManager

public class UserManager
extends java.lang.Object

UserManager Intermediate class interacts b/w the User Registration portlet and and the Ldap related functions.


Method Summary
 void approveSupplierPortalUsers(java.util.ArrayList users)
          This method Approves the Users of Supplier Portal.
 void disapproveSupplierPortalUsers(java.util.ArrayList userIds)
          This method Disapproves the Users of Supplier Portal.
static UserManager getInstance()
          Singleton class UserManager
 java.util.Vector getSupplierPortalUserList()
          This method returns the List of Users of Supplier Portal.
 UserBean validateLoginUser(UserBean userBean)
          This method authenticates the User credentials against LDAP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UserManager getInstance()
Singleton class UserManager

Returns:
UserManager

validateLoginUser

public UserBean validateLoginUser(UserBean userBean)
This method authenticates the User credentials against LDAP.

Parameters:
userBean -
Returns:
userBean

getSupplierPortalUserList

public java.util.Vector getSupplierPortalUserList()
This method returns the List of Users of Supplier Portal.

Returns:
vector

approveSupplierPortalUsers

public void approveSupplierPortalUsers(java.util.ArrayList users)
This method Approves the Users of Supplier Portal.

Parameters:
users -

disapproveSupplierPortalUsers

public void disapproveSupplierPortalUsers(java.util.ArrayList userIds)
This method Disapproves the Users of Supplier Portal.

Parameters:
userIds -