Interface LdapApi

  • All Known Implementing Classes:
    MattermostClient

    public interface LdapApi
    LDAP API.
    Author:
    Takayuki Maruyama
    • Method Detail

      • syncLdap

        ApiResponse<Boolean> syncLdap()
        will force a sync with the configured LDAP server.
      • testLdap

        ApiResponse<Boolean> testLdap()
        will attempt to connect to the configured LDAP server and return OK if configured correctly.