Liking cljdoc? Tell your friends :D

mattermost-clj.api.saml


saml-certificate-idp-deleteclj

(saml-certificate-idp-delete)

Remove IDP certificate Delete the current IDP certificate being used with your SAML configuration. This will also disable SAML on your system as this certificate is required for SAML.

Permissions

Must have manage_system permission.

Remove IDP certificate
  Delete the current IDP certificate being used with your SAML configuration. This will also disable SAML on your system as this certificate is required for SAML.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-idp-delete-with-http-infoclj

(saml-certificate-idp-delete-with-http-info)

Remove IDP certificate Delete the current IDP certificate being used with your SAML configuration. This will also disable SAML on your system as this certificate is required for SAML.

Permissions

Must have manage_system permission.

Remove IDP certificate
  Delete the current IDP certificate being used with your SAML configuration. This will also disable SAML on your system as this certificate is required for SAML.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-idp-postclj

(saml-certificate-idp-post certificate)

Upload IDP certificate Upload the IDP certificate to be used with your SAML configuration. The server will pick a hard-coded filename for the IdpCertificateFile setting in your config.json.

Permissions

Must have manage_system permission.

Upload IDP certificate
  Upload the IDP certificate to be used with your SAML configuration. The server will pick a hard-coded filename for the IdpCertificateFile setting in your `config.json`.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-idp-post-with-http-infoclj

(saml-certificate-idp-post-with-http-info certificate)

Upload IDP certificate Upload the IDP certificate to be used with your SAML configuration. The server will pick a hard-coded filename for the IdpCertificateFile setting in your config.json.

Permissions

Must have manage_system permission.

Upload IDP certificate
  Upload the IDP certificate to be used with your SAML configuration. The server will pick a hard-coded filename for the IdpCertificateFile setting in your `config.json`.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-private-deleteclj

(saml-certificate-private-delete)

Remove private key Delete the current private key being used with your SAML configuration. This will also disable encryption for SAML on your system as this key is required for that.

Permissions

Must have manage_system permission.

Remove private key
  Delete the current private key being used with your SAML configuration. This will also disable encryption for SAML on your system as this key is required for that.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-private-delete-with-http-infoclj

(saml-certificate-private-delete-with-http-info)

Remove private key Delete the current private key being used with your SAML configuration. This will also disable encryption for SAML on your system as this key is required for that.

Permissions

Must have manage_system permission.

Remove private key
  Delete the current private key being used with your SAML configuration. This will also disable encryption for SAML on your system as this key is required for that.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-private-postclj

(saml-certificate-private-post certificate)

Upload private key Upload the private key to be used for encryption with your SAML configuration. The server will pick a hard-coded filename for the PrivateKeyFile setting in your config.json.

Permissions

Must have manage_system permission.

Upload private key
  Upload the private key to be used for encryption with your SAML configuration. The server will pick a hard-coded filename for the PrivateKeyFile setting in your `config.json`.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-private-post-with-http-infoclj

(saml-certificate-private-post-with-http-info certificate)

Upload private key Upload the private key to be used for encryption with your SAML configuration. The server will pick a hard-coded filename for the PrivateKeyFile setting in your config.json.

Permissions

Must have manage_system permission.

Upload private key
  Upload the private key to be used for encryption with your SAML configuration. The server will pick a hard-coded filename for the PrivateKeyFile setting in your `config.json`.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-public-deleteclj

(saml-certificate-public-delete)

Remove public certificate Delete the current public certificate being used with your SAML configuration. This will also disable encryption for SAML on your system as this certificate is required for that.

Permissions

Must have manage_system permission.

Remove public certificate
  Delete the current public certificate being used with your SAML configuration. This will also disable encryption for SAML on your system as this certificate is required for that.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-public-delete-with-http-infoclj

(saml-certificate-public-delete-with-http-info)

Remove public certificate Delete the current public certificate being used with your SAML configuration. This will also disable encryption for SAML on your system as this certificate is required for that.

Permissions

Must have manage_system permission.

Remove public certificate
  Delete the current public certificate being used with your SAML configuration. This will also disable encryption for SAML on your system as this certificate is required for that.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-public-postclj

(saml-certificate-public-post certificate)

Upload public certificate Upload the public certificate to be used for encryption with your SAML configuration. The server will pick a hard-coded filename for the PublicCertificateFile setting in your config.json.

Permissions

Must have manage_system permission.

Upload public certificate
  Upload the public certificate to be used for encryption with your SAML configuration. The server will pick a hard-coded filename for the PublicCertificateFile setting in your `config.json`.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-public-post-with-http-infoclj

(saml-certificate-public-post-with-http-info certificate)

Upload public certificate Upload the public certificate to be used for encryption with your SAML configuration. The server will pick a hard-coded filename for the PublicCertificateFile setting in your config.json.

Permissions

Must have manage_system permission.

Upload public certificate
  Upload the public certificate to be used for encryption with your SAML configuration. The server will pick a hard-coded filename for the PublicCertificateFile setting in your `config.json`.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-status-getclj

(saml-certificate-status-get)

Get certificate status Get the status of the uploaded certificates and keys in use by your SAML configuration.

Permissions

Must have manage_system permission.

Get certificate status
  Get the status of the uploaded certificates and keys in use by your SAML configuration.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-certificate-status-get-with-http-infoclj

(saml-certificate-status-get-with-http-info)

Get certificate status Get the status of the uploaded certificates and keys in use by your SAML configuration.

Permissions

Must have manage_system permission.

Get certificate status
  Get the status of the uploaded certificates and keys in use by your SAML configuration.
##### Permissions
Must have `manage_system` permission.
raw docstring

saml-metadata-getclj

(saml-metadata-get)

Get metadata Get SAML metadata from the server. SAML must be configured properly.

Permissions

No permission required.

Get metadata
  Get SAML metadata from the server. SAML must be configured properly.
##### Permissions
No permission required.
raw docstring

saml-metadata-get-with-http-infoclj

(saml-metadata-get-with-http-info)

Get metadata Get SAML metadata from the server. SAML must be configured properly.

Permissions

No permission required.

Get metadata
  Get SAML metadata from the server. SAML must be configured properly.
##### Permissions
No permission required.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close