Package de.elo.ix.client.ldap
Interface LdapUserDirectory
- All Superinterfaces:
LdapUserDirectoryConfig
,UserDirectory
Authenticate users against LDAP.
-
Field Summary
Fields inherited from interface de.elo.ix.client.plugin.UserDirectory
NOT_RESPONSIBLE_FOR_AUTHENTICATION
-
Method Summary
Modifier and TypeMethodDescriptionGet the current handler factory object that creates handlers to control internal execution steps.void
setHandlerFactory
(LdapUserDirectoryHandlerFactory handlerFactory) Set the current handler factory object that creates handlers to control internal execution steps.Methods inherited from interface de.elo.ix.client.ldap.LdapUserDirectoryConfig
configure
Methods inherited from interface de.elo.ix.client.plugin.UserDirectory
authenticate
-
Method Details
-
getHandlerFactory
LdapUserDirectoryHandlerFactory getHandlerFactory()Get the current handler factory object that creates handlers to control internal execution steps.- Returns:
- Handler factory.
-
setHandlerFactory
Set the current handler factory object that creates handlers to control internal execution steps.
-