|
||||||||||
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.LDAPSSLProtocolHandler
public class LDAPSSLProtocolHandler
A SSL LDAP protocol handler.
Description:
Authenticates a user by binding to a (SSL) LDAP server using the users credentials.
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 | |
---|---|
LDAPSSLProtocolHandler()
Set the module name. |
Method Summary | |
---|---|
protected void |
doBind(java.lang.String sPassword)
Tries to bind to the SSL 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 LDAPSSLProtocolHandler()
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 |