|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.services.BaseService toolbox.services.ldap.LDAPService toolbox.web.LDAPUserInfoService
public class LDAPUserInfoService
UserInfoService implementation to obtain user information from an LDAP directory.
Constructor Summary | |
---|---|
LDAPUserInfoService()
Default constructor. |
Method Summary | |
---|---|
java.util.Map |
getUserInfo(java.lang.String userId)
Perform a lookup against an LDAP directory using the provided user identifier and return the information as a Map instance. |
Methods inherited from class toolbox.services.ldap.LDAPService |
---|
create, destroy, getLDAPWorker, search, search |
Methods inherited from class toolbox.services.BaseService |
---|
getConfigHome, getName, getProperties, getProperty, getXMLProperties, logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface toolbox.web.UserInfoService |
---|
destroy |
Constructor Detail |
---|
public LDAPUserInfoService()
Method Detail |
---|
public java.util.Map getUserInfo(java.lang.String userId)
getUserInfo
in interface UserInfoService
userId
- String containing the user identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |