|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.authspserver.authsp.ldap.AbstractLDAPProtocolHandler
org.aselect.authspserver.authsp.ldap.LDAPSimpleProtocolHandler
public class LDAPSimpleProtocolHandler
A basic LDAP protocol handler.
Description:
Authenticates a user by binding to a LDAP server using the users credentials.
The LDAPSimpleProtocolHandler
does not support SSL.
Concurrency issues:
-
Field Summary |
---|
Fields inherited from class org.aselect.authspserver.authsp.ldap.AbstractLDAPProtocolHandler |
---|
_bFullUid, _sBaseDn, _sDriver, _sLDAPUrl, _sModule, _sPrincipalDn, _sPrincipalPwd, _sUid, _sUserDn, _systemLogger |
Constructor Summary | |
---|---|
LDAPSimpleProtocolHandler()
Set the module name. |
Method Summary | |
---|---|
protected void |
doBind(java.lang.String sPassword)
Tries to bind to the LDAP server using the users credentials. |
Methods inherited from class org.aselect.authspserver.authsp.ldap.AbstractLDAPProtocolHandler |
---|
authenticate, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LDAPSimpleProtocolHandler()
Method Detail |
---|
protected void doBind(java.lang.String sPassword) throws ASelectException
sPassword != null
doBind
in class AbstractLDAPProtocolHandler
sPassword
- The user password.
ASelectException
- If user could not be authenticated.AbstractLDAPProtocolHandler.doBind(
java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |