Package com.logicaldoc.saml
Class Saml
java.lang.Object
com.logicaldoc.saml.Saml
Entry point for Saml operations
- Since:
- 8.9
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidlogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidmetadata(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidprocessResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidprocessSLO(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Constructor Details
-
Saml
public Saml()
-
-
Method Details
-
login
public void login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, com.onelogin.saml2.exception.SettingsException - Throws:
IOExceptioncom.onelogin.saml2.exception.SettingsException
-
metadata
public void metadata(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception - Throws:
Exception
-
processResponse
public void processResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception - Throws:
Exception
-
processSLO
public void processSLO(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception - Throws:
Exception
-
logout
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, com.onelogin.saml2.exception.SettingsException - Throws:
IOExceptioncom.onelogin.saml2.exception.SettingsException
-