|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILDAPProtocolHandler
Interface for a LDAP protocol handler.
Description:
Specifies methods which LDAP protocol handlers should implement.
Concurrency issues:
-
| Method Summary | |
|---|---|
java.lang.String |
authenticate(java.lang.String sPassword)
Authenticate a user with LDAP. |
boolean |
init(java.lang.String sLDAPSUrl,
java.lang.String sDriver,
java.lang.String sBaseDn,
java.lang.String sUserDn,
boolean bFullUid,
java.lang.String sUid,
java.lang.String sPrincipalDn,
java.lang.String sPrincipalPwd,
AuthSPSystemLogger systemLogger)
Initialize the ILDAPProtocolHandler. |
| Method Detail |
|---|
boolean init(java.lang.String sLDAPSUrl,
java.lang.String sDriver,
java.lang.String sBaseDn,
java.lang.String sUserDn,
boolean bFullUid,
java.lang.String sUid,
java.lang.String sPrincipalDn,
java.lang.String sPrincipalPwd,
AuthSPSystemLogger systemLogger)
ILDAPProtocolHandler.
ILDAPProtocolHandler.
e.g. Retrieving handles to important managers and reading
basic configuration.
ILDAPProtocolHandler is ready to authenticate.
sLDAPSUrl - The URl to the LDAP back-end.sDriver - The JNDI driver.sBaseDn - The Base DN.sUserDn - The user DN.bFullUid - True if the full uid must be sent to the backendsUid - The LDAP user name.sPrincipalDn - the principal DN.sPrincipalPwd - The principal password.systemLogger - The logger for system entries.
java.lang.String authenticate(java.lang.String sPassword)
ILDAPProtocolHandler must be initialised.
sPassword - the password to validate.
Errors).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||