public class SAML2LogOutHandler extends BaseSAML2Handler
SAML2Handler.HANDLER_TYPE| Modifier and Type | Field and Description |
|---|---|
static String |
BACK_CHANNEL_LOGOUT |
handlerChainConfig, handlerConfig, loggerASSERTION_CONSUMER_URL, CLOCK_SKEW_MILIS, DISABLE_AUTHN_STATEMENT, DISABLE_ROLE_PICKING, DISABLE_SENDING_ROLES, ROLE_KEY, USE_MULTI_VALUED_ROLES| Constructor and Description |
|---|
SAML2LogOutHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateSAMLRequest(SAML2HandlerRequest request,
SAML2HandlerResponse response)
Generate a SAML Request to be sent to the IDP if the handler is invoked at the SP and vice-versa
|
void |
handleRequestType(SAML2HandlerRequest request,
SAML2HandlerResponse response)
Handle a SAML2 RequestAbstractType
|
void |
handleStatusResponseType(SAML2HandlerRequest request,
SAML2HandlerResponse response)
Handle a SAML2 Status Response Type
|
static boolean |
isBackChannelLogoutRequest(SAML2HandlerRequest request) |
checkDestination, checkDestination, getHttpRequest, getHttpSession, getProviderconfig, getType, initChainConfig, initHandlerConfig, resetpublic static final String BACK_CHANNEL_LOGOUT
public void generateSAMLRequest(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2HandlergenerateSAMLRequest in interface SAML2HandlergenerateSAMLRequest in class BaseSAML2HandlerProcessingExceptionSAML2Handler#generateSAMLRequest(SAML2HandlerRequest, SAML2HandlerResponse)public void handleRequestType(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2HandlerProcessingExceptionSAML2Handler#handleRequestType(RequestAbstractType)public void handleStatusResponseType(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2HandlerhandleStatusResponseType in interface SAML2HandlerhandleStatusResponseType in class BaseSAML2HandlerProcessingExceptionSAML2Handler#handleStatusResponseType(StatusResponseType, Document resultingDocument)public static boolean isBackChannelLogoutRequest(SAML2HandlerRequest request)
Copyright © 2024. All rights reserved.