-
- All Known Implementing Classes:
MattermostClient
public interface LdapApiLDAP API.- Author:
- Takayuki Maruyama
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiResponse<Boolean>syncLdap()will force a sync with the configured LDAP server.ApiResponse<Boolean>testLdap()will attempt to connect to the configured LDAP server and return OK if configured correctly.
-
-
-
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.
-
-