Class WebSSOOutboundProcessor
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.processor.WebSSOOutboundProcessor
- All Implemented Interfaces:
SAMLProcessor
- Since:
- 2023.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final org.opensaml.messaging.handler.MessageHandler
protected final SAMLOutboundBinding
protected final org.opensaml.messaging.handler.MessageHandler
static final String
Identifier of the WebSSO profile. -
Constructor Summary
ConstructorsConstructorDescriptionWebSSOOutboundProcessor
(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding) Deprecated, for removal: This API element is subject to removal in a future version.WebSSOOutboundProcessor
(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding, SAMLConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.opensaml.saml.saml2.core.AuthnRequest
buildAuthnRequest
(org.opensaml.messaging.context.MessageContext ctx) final void
execute
(jakarta.servlet.http.HttpServletRequest request, jakarta.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 WebSSO profile.- See Also:
-
initInboundHandler
protected final org.opensaml.messaging.handler.MessageHandler initInboundHandler -
outboundHandler
protected final org.opensaml.messaging.handler.MessageHandler outboundHandler -
outboundBinding
-
entityId
-
-
Constructor Details
-
WebSSOOutboundProcessor
@Deprecated(since="2025.7", forRemoval=true) public WebSSOOutboundProcessor(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.7, useWebSSOOutboundProcessor(MessageHandler, MessageHandler, SAMLOutboundBinding, SAMLConfiguration)
instead. -
WebSSOOutboundProcessor
public WebSSOOutboundProcessor(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding, SAMLConfiguration configuration) - Since:
- 2025.7
-
-
Method Details
-
getActions
-
buildAuthnRequest
protected org.opensaml.saml.saml2.core.AuthnRequest buildAuthnRequest(org.opensaml.messaging.context.MessageContext ctx) -
execute
public final void execute(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Prepares the OpenSAML context and run the actions on it.- Specified by:
execute
in interfaceSAMLProcessor
-
WebSSOOutboundProcessor(MessageHandler, MessageHandler, SAMLOutboundBinding, SAMLConfiguration)
instead.