Class SLOOutboundProcessor
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.processor.SLOOutboundProcessor
- All Implemented Interfaces:
SAMLProcessor
- Since:
- 2023.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.opensaml.messaging.handler.MessageHandlerprotected final SAMLOutboundBindingprotected final org.opensaml.messaging.handler.MessageHandlerstatic final StringIdentifier of the SLO profile. -
Constructor Summary
ConstructorsConstructorDescriptionSLOOutboundProcessor(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.opensaml.saml.saml2.core.LogoutRequestbuildLogoutRequest(org.opensaml.messaging.context.MessageContext ctx) protected org.opensaml.saml.saml2.core.NameIDbuildNameID(SAMLUtils.SAMLSessionCookie sessionCookie) final voidexecute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Prepares the OpenSAML context and run the actions on it.protected List<org.opensaml.profile.action.ProfileAction>
-
Field Details
-
PROFILE_URI
Identifier of the SLO profile.- See Also:
-
initInboundHandler
protected final org.opensaml.messaging.handler.MessageHandler initInboundHandler -
outboundHandler
protected final org.opensaml.messaging.handler.MessageHandler outboundHandler -
outboundBinding
-
-
Constructor Details
-
SLOOutboundProcessor
public SLOOutboundProcessor(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding)
-
-
Method Details
-
getActions
-
buildLogoutRequest
protected org.opensaml.saml.saml2.core.LogoutRequest buildLogoutRequest(org.opensaml.messaging.context.MessageContext ctx) -
buildNameID
protected org.opensaml.saml.saml2.core.NameID buildNameID(SAMLUtils.SAMLSessionCookie sessionCookie) -
execute
public final void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Prepares the OpenSAML context and run the actions on it.- Specified by:
executein interfaceSAMLProcessor
-