| org.esupportail.cas.server.handlers.ldap.LdapHandler org.esupportail.cas.server.handlers.ldap.BindLdapHandler
BindLdapHandler | final public class BindLdapHandler extends LdapHandler (Code) | | This class implements a bind LDAP handler class. It is used by
GenericHandler.
author: Pascal Aubry |
BindLdapHandler | public BindLdapHandler(Element handlerElement, Boolean configDebug) throws Exception(Code) | | Constructor.
Parameters: handlerElement - the XML element that declares the handler in the configuration file Parameters: configDebug - debugging mode of the global configuration throws: Exception - Exception |
areMultipleAccountsEnabled | protected boolean areMultipleAccountsEnabled()(Code) | | Tell if multiple accounts in the LDAP directory are allowed.
a boolean. |
getBindDn | String getBindDn()(Code) | | Retrieve the DN to bind to the LDAP directory.
a string. |
getBindPassword | String getBindPassword()(Code) | | Retrieve the password to bind to the LDAP directory.
a string. |
getScope | String getScope()(Code) | | Retrieve the scope for LDAP searches.
a string. |
getSearchBase | String getSearchBase()(Code) | | Retrieve the base for LDAP searches.
a string. |
Methods inherited from org.esupportail.cas.server.handlers.ldap.LdapHandler | final String getFilter()(Code)(Java Doc)
|
|
|