public interface SamlApi
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Boolean> |
deleteSamlIdpCertificate()
deletes the SAML IDP certificate from the server and updates the config to not use it and
disable SAML.
|
ApiResponse<Boolean> |
deleteSamlPrivateCertificate()
deletes the SAML IDP certificate from the server and updates the config to not use it and
disable SAML.
|
ApiResponse<Boolean> |
deleteSamlPublicCertificate()
deletes the saml IDP certificate from the server and updates the config to not use it and
disable SAML.
|
ApiResponse<SamlCertificateStatus> |
getSamlCertificateStatus()
returns metadata for the SAML configuration.
|
ApiResponse<String> |
getSamlMetadata()
returns metadata for the SAML configuration.
|
boolean |
uploadSamlIdpCertificate(Path dataFile,
String fileName)
will upload an IDP certificate for SAML and set the config to use it.
|
boolean |
uploadSamlPrivateCertificate(Path dataFile,
String fileName)
will upload a private key for SAML and set the config to use it.
|
boolean |
uploadSamlPublicCertificate(Path dataFile,
String fileName)
will upload a public certificate for SAML and set the config to use it.
|
ApiResponse<String> getSamlMetadata()
boolean uploadSamlIdpCertificate(Path dataFile, String fileName)
boolean uploadSamlPublicCertificate(Path dataFile, String fileName)
boolean uploadSamlPrivateCertificate(Path dataFile, String fileName)
ApiResponse<Boolean> deleteSamlIdpCertificate()
ApiResponse<Boolean> deleteSamlPublicCertificate()
ApiResponse<Boolean> deleteSamlPrivateCertificate()
ApiResponse<SamlCertificateStatus> getSamlCertificateStatus()
Copyright © 2019. All rights reserved.