|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ccd.ui.services.user.LdapHelper
public class LdapHelper
LDAP Helper class for User Registration and Customized Portal Login
Method Summary | |
---|---|
void |
approveUsers(java.util.ArrayList users)
approveUsers Portal Users |
void |
disapproveUsers(java.util.ArrayList userIds)
disapproveUsers Portal Users |
static LdapHelper |
getInstance()
Singleton method for LdapHelper |
UserBean |
getUserDetails(UserBean userBean)
Get the details of the Logged in user |
java.util.Vector |
getUsersList(java.lang.String filter)
Get the List of Portal Users |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LdapHelper getInstance()
public final UserBean getUserDetails(UserBean userBean) throws javax.naming.NamingException
userBean
-
javax.naming.NamingException
public final java.util.Vector getUsersList(java.lang.String filter) throws javax.naming.NamingException
filter
-
javax.naming.NamingException
public final void approveUsers(java.util.ArrayList users) throws javax.naming.NamingException
users
-
javax.naming.NamingException
public final void disapproveUsers(java.util.ArrayList userIds) throws javax.naming.NamingException
userIds
-
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |