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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionimportResource(String resourceName) Take the last uploaded file and imports it in the SAML settingsvoidsaveSettings(GUISamlSettings settings) 
- 
Method Details- 
loadSettings- Throws:
- ServerException
 
- 
saveSettings- Throws:
- ServerException
 
- 
importResourceTake 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
 
 
-