MattermostLDAPApi class
Constructors
- MattermostLDAPApi(MattermostApiClient apiClient)
Properties
- apiClient → MattermostApiClient
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteLdapPrivateCertificate(
) → Future< MmStatusOK?> - Remove private key
-
deleteLdapPrivateCertificateWithHttpInfo(
) → Future< Response> - Remove private key
-
deleteLdapPublicCertificate(
) → Future< MmStatusOK?> - Remove public certificate
-
deleteLdapPublicCertificateWithHttpInfo(
) → Future< Response> - Remove public certificate
-
getLdapGroups(
{String? q, int? page, int? perPage}) → Future< List< MmLDAPGroupsPaged> ?> - Returns a list of LDAP groups
-
getLdapGroupsWithHttpInfo(
{String? q, int? page, int? perPage}) → Future< Response> - Returns a list of LDAP groups
-
linkLdapGroup(
String remoteId) → Future< MmStatusOK?> - Link a LDAP group
-
linkLdapGroupWithHttpInfo(
String remoteId) → Future< Response> - Link a LDAP group
-
migrateAuthToLdap(
{MmMigrateAuthToLdapRequest? mmMigrateAuthToLdapRequest}) → Future< void> - Migrate user accounts authentication type to LDAP.
-
migrateAuthToLdapWithHttpInfo(
{MmMigrateAuthToLdapRequest? mmMigrateAuthToLdapRequest}) → Future< Response> - Migrate user accounts authentication type to LDAP.
-
migrateIdLdap(
MmMigrateIdLdapRequest mmMigrateIdLdapRequest) → Future< MmStatusOK?> - Migrate Id LDAP
-
migrateIdLdapWithHttpInfo(
MmMigrateIdLdapRequest mmMigrateIdLdapRequest) → Future< Response> - Migrate Id LDAP
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
syncLdap(
) → Future< MmStatusOK?> - Sync with LDAP
-
syncLdapWithHttpInfo(
) → Future< Response> - Sync with LDAP
-
testLdap(
) → Future< MmStatusOK?> - Test LDAP configuration
-
testLdapWithHttpInfo(
) → Future< Response> - Test LDAP configuration
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadLdapPrivateCertificate(
MultipartFile certificate) → Future< MmStatusOK?> - Upload private key
-
uploadLdapPrivateCertificateWithHttpInfo(
MultipartFile certificate) → Future< Response> - Upload private key
-
uploadLdapPublicCertificate(
MultipartFile certificate) → Future< MmStatusOK?> - Upload public certificate
-
uploadLdapPublicCertificateWithHttpInfo(
MultipartFile certificate) → Future< Response> - Upload public certificate
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited