Interface SamlService
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("saml")
public interface SamlService
extends com.google.gwt.user.client.rpc.RemoteService
Service for Saml administration
- Since:
- 8.9
- Author:
- Marco Meschieri - LogicalDOC
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionimportResource
(String resourceName) Take the last uploaded file and imports it in the SAML settingsvoid
saveSettings
(GUISamlSettings settings)
-
Method Details
-
loadSettings
- Throws:
ServerException
-
saveSettings
- Throws:
ServerException
-
importResource
Take the last uploaded file and imports it in the SAML settings- Parameters:
resourceName
- Name of the resource to import (certificate, privatekey, idpmetadata)- Returns:
- the resource's content
- Throws:
ServerException
- Error happened in the server
-