Package com.logicaldoc.saml
Class SamlServiceImpl
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
com.logicaldoc.web.service.AbstractRemoteService
com.logicaldoc.saml.SamlServiceImpl
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService,com.google.gwt.user.server.rpc.SerializationPolicyProvider,com.logicaldoc.gui.frontend.client.security.saml.SamlService,jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class SamlServiceImpl
extends com.logicaldoc.web.service.AbstractRemoteService
implements com.logicaldoc.gui.frontend.client.security.saml.SamlService
The impelementation of the GUI service for Saml operations
- Since:
- 8.9
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.security.saml.SamlService
com.logicaldoc.gui.frontend.client.security.saml.SamlService.Instance -
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimportResource(String resourceName) com.logicaldoc.gui.frontend.client.security.saml.GUISamlSettingsvoidsaveSettings(com.logicaldoc.gui.frontend.client.security.saml.GUISamlSettings settings) Methods inherited from class com.logicaldoc.web.service.AbstractRemoteService
setThreadRequestMethods inherited from class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
getSerializationPolicy, init, processCall, processCall, processPostMethods inherited from class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
doPostMethods inherited from class jakarta.servlet.http.HttpServlet
serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
SamlServiceImpl
public SamlServiceImpl()
-
-
Method Details
-
loadSettings
public com.logicaldoc.gui.frontend.client.security.saml.GUISamlSettings loadSettings() throws com.logicaldoc.gui.common.client.ServerException- Specified by:
loadSettingsin interfacecom.logicaldoc.gui.frontend.client.security.saml.SamlService- Throws:
com.logicaldoc.gui.common.client.ServerException
-
saveSettings
public void saveSettings(com.logicaldoc.gui.frontend.client.security.saml.GUISamlSettings settings) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
saveSettingsin interfacecom.logicaldoc.gui.frontend.client.security.saml.SamlService- Throws:
com.logicaldoc.gui.common.client.ServerException
-
importResource
public String importResource(String resourceName) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
importResourcein interfacecom.logicaldoc.gui.frontend.client.security.saml.SamlService- Throws:
com.logicaldoc.gui.common.client.ServerException
-