public class SamlIdpSingleLogoutService extends Object
| Constructor and Description |
|---|
SamlIdpSingleLogoutService() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleIDPInitiatedSingleLogout(SamlPrincipal principal,
List<String> indexes,
javax.servlet.http.HttpServletResponse response) |
void |
processSPRequest(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
RequestAbstractType request) |
void |
processSPResponse(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
StatusResponseType statusResponse) |
void |
sendSingleLogoutRequestToSP(SamlIdpSession session,
SamlExternalServiceProvider sp,
javax.servlet.http.HttpServletResponse response) |
public void processSPRequest(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
RequestAbstractType request)
throws InvalidRequestException
InvalidRequestExceptionpublic void handleIDPInitiatedSingleLogout(SamlPrincipal principal, List<String> indexes, javax.servlet.http.HttpServletResponse response)
public void processSPResponse(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
StatusResponseType statusResponse)
public void sendSingleLogoutRequestToSP(SamlIdpSession session, SamlExternalServiceProvider sp, javax.servlet.http.HttpServletResponse response)
Copyright © 2013 Seam Framework. All Rights Reserved.