Package com.logicaldoc.saml
Class SamlController
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.logicaldoc.saml.SamlController
- All Implemented Interfaces:
- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
public class SamlController
extends jakarta.servlet.http.HttpServlet
This is the servlet that implements the communication with Saml server. When
 invoked at path /acs it represents the location to receive the SAML assertion
 using a POST operation. This serves as the default Assertion Consumer
 Services (ACS) for the Service Provider (SP). The URL of this servlet is
 always used for Identity Provider (IdP) initiated sign-on requests. When
 invoked at path /login this represents the end-point for initiated the
 SP-initiated SSO.
- Since:
- 8.9
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.servlet.http.HttpServletinit, serviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Constructor Details- 
SamlControllerpublic SamlController()
 
-