public interface WebSsoProfile
| Modifier and Type | Method and Description |
|---|---|
SamlSpSession |
getSamlSpSession(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
processAuthnRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
processResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
sendAuthnRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String relayState) |
void |
updateSamlSpSession(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
SamlSpSession getSamlSpSession(javax.servlet.http.HttpServletRequest httpServletRequest)
void processAuthnRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws PortalException
PortalExceptionvoid processResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws PortalException
PortalExceptionvoid sendAuthnRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String relayState)
throws PortalException
PortalExceptionvoid updateSamlSpSession(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)