public class SAML2LogOutHandler extends BaseSAML2Handler
SAML2Handler.HANDLER_TYPE
Modifier and Type | Field and Description |
---|---|
static String |
BACK_CHANNEL_LOGOUT |
handlerChainConfig, handlerConfig, logger
ASSERTION_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, reset
public static final String BACK_CHANNEL_LOGOUT
public void generateSAMLRequest(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2Handler
generateSAMLRequest
in interface SAML2Handler
generateSAMLRequest
in class BaseSAML2Handler
ProcessingException
SAML2Handler#generateSAMLRequest(SAML2HandlerRequest, SAML2HandlerResponse)
public void handleRequestType(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2Handler
ProcessingException
SAML2Handler#handleRequestType(RequestAbstractType)
public void handleStatusResponseType(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2Handler
handleStatusResponseType
in interface SAML2Handler
handleStatusResponseType
in class BaseSAML2Handler
ProcessingException
SAML2Handler#handleStatusResponseType(StatusResponseType, Document resultingDocument)
public static boolean isBackChannelLogoutRequest(SAML2HandlerRequest request)
Copyright © 2018. All rights reserved.