MattermostSAMLApi class
Constructors
- MattermostSAMLApi(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
-
deleteSamlIdpCertificate(
) → Future< MmStatusOK?> - Remove IDP certificate
-
deleteSamlIdpCertificateWithHttpInfo(
) → Future< Response> - Remove IDP certificate
-
deleteSamlPrivateCertificate(
) → Future< MmStatusOK?> - Remove private key
-
deleteSamlPrivateCertificateWithHttpInfo(
) → Future< Response> - Remove private key
-
deleteSamlPublicCertificate(
) → Future< MmStatusOK?> - Remove public certificate
-
deleteSamlPublicCertificateWithHttpInfo(
) → Future< Response> - Remove public certificate
-
getSamlCertificateStatus(
) → Future< MmSamlCertificateStatus?> - Get certificate status
-
getSamlCertificateStatusWithHttpInfo(
) → Future< Response> - Get certificate status
-
getSamlMetadata(
) → Future< String?> - Get metadata
-
getSamlMetadataFromIdp(
{MmGetSamlMetadataFromIdpRequest? mmGetSamlMetadataFromIdpRequest}) → Future< String?> - Get metadata from Identity Provider
-
getSamlMetadataFromIdpWithHttpInfo(
{MmGetSamlMetadataFromIdpRequest? mmGetSamlMetadataFromIdpRequest}) → Future< Response> - Get metadata from Identity Provider
-
getSamlMetadataWithHttpInfo(
) → Future< Response> - Get metadata
-
migrateAuthToSaml(
{MmMigrateAuthToSamlRequest? mmMigrateAuthToSamlRequest}) → Future< void> - Migrate user accounts authentication type to SAML.
-
migrateAuthToSamlWithHttpInfo(
{MmMigrateAuthToSamlRequest? mmMigrateAuthToSamlRequest}) → Future< Response> - Migrate user accounts authentication type to SAML.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetSamlAuthDataToEmail(
{MmResetSamlAuthDataToEmailRequest? mmResetSamlAuthDataToEmailRequest}) → Future< MmResetSamlAuthDataToEmail200Response?> - Reset AuthData to Email
-
resetSamlAuthDataToEmailWithHttpInfo(
{MmResetSamlAuthDataToEmailRequest? mmResetSamlAuthDataToEmailRequest}) → Future< Response> - Reset AuthData to Email
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadSamlIdpCertificate(
MultipartFile certificate) → Future< MmStatusOK?> - Upload IDP certificate
-
uploadSamlIdpCertificateWithHttpInfo(
MultipartFile certificate) → Future< Response> - Upload IDP certificate
-
uploadSamlPrivateCertificate(
MultipartFile certificate) → Future< MmStatusOK?> - Upload private key
-
uploadSamlPrivateCertificateWithHttpInfo(
MultipartFile certificate) → Future< Response> - Upload private key
-
uploadSamlPublicCertificate(
MultipartFile certificate) → Future< MmStatusOK?> - Upload public certificate
-
uploadSamlPublicCertificateWithHttpInfo(
MultipartFile certificate) → Future< Response> - Upload public certificate
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited