Uses of Class
com.ibm.ccd.ui.services.user.UserBean

Packages that use UserBean
com.ibm.ccd.ui.services.user   
 

Uses of UserBean in com.ibm.ccd.ui.services.user
 

Methods in com.ibm.ccd.ui.services.user that return UserBean
 UserBean LdapHelper.getUserDetails(UserBean userBean)
          Get the details of the Logged in user
 UserBean UserManager.validateLoginUser(UserBean userBean)
          This method authenticates the User credentials against LDAP.
 

Methods in com.ibm.ccd.ui.services.user with parameters of type UserBean
 UserBean LdapHelper.getUserDetails(UserBean userBean)
          Get the details of the Logged in user
 UserBean UserManager.validateLoginUser(UserBean userBean)
          This method authenticates the User credentials against LDAP.