Interface LdapUserDirectory

All Superinterfaces:
LdapUserDirectoryConfig, UserDirectory

public interface LdapUserDirectory extends LdapUserDirectoryConfig, UserDirectory
Authenticate users against LDAP.
  • Method Details

    • getHandlerFactory

      LdapUserDirectoryHandlerFactory getHandlerFactory()
      Get the current handler factory object that creates handlers to control internal execution steps.
      Returns:
      Handler factory.
    • setHandlerFactory

      void setHandlerFactory(LdapUserDirectoryHandlerFactory handlerFactory)
      Set the current handler factory object that creates handlers to control internal execution steps.