Class InboundProcessor
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.processor.InboundProcessor
- All Implemented Interfaces:
SAMLProcessor
- Since:
- 2023.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SAMLInboundBinding
protected final org.opensaml.messaging.handler.MessageHandler
protected final boolean
protected final Duration
-
Constructor Summary
ConstructorsConstructorDescriptionInboundProcessor
(SAMLInboundBinding inboundBinding, org.opensaml.messaging.handler.MessageHandler inboundHandler, boolean signatureMandatory) Deprecated, for removal: This API element is subject to removal in a future version.InboundProcessor
(SAMLInboundBinding inboundBinding, org.opensaml.messaging.handler.MessageHandler inboundHandler, SAMLConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionfinal 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> protected boolean
isSuccessSSOResponse
(org.opensaml.profile.context.ProfileRequestContext prc) protected HandleSSOMessageAction
protected SetNameIdentifierFromResponseAction
protected org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Field Details
-
inboundBinding
-
inboundHandler
protected final org.opensaml.messaging.handler.MessageHandler inboundHandler -
signatureMandatory
protected final boolean signatureMandatory -
skewTime
-
-
Constructor Details
-
InboundProcessor
@Deprecated(since="2025.7", forRemoval=true) public InboundProcessor(SAMLInboundBinding inboundBinding, org.opensaml.messaging.handler.MessageHandler inboundHandler, boolean signatureMandatory) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.7, useInboundProcessor(SAMLInboundBinding, MessageHandler, SAMLConfiguration)
instead. -
InboundProcessor
public InboundProcessor(SAMLInboundBinding inboundBinding, org.opensaml.messaging.handler.MessageHandler inboundHandler, SAMLConfiguration configuration) - Since:
- 2025.7
-
-
Method Details
-
getActions
-
newValidateAssertionsAction
protected org.opensaml.saml.saml2.profile.impl.ValidateAssertions newValidateAssertionsAction() -
newSetNameIdentifierAction
-
newHandleSSOMessageAction
-
isSuccessSSOResponse
protected boolean isSuccessSSOResponse(org.opensaml.profile.context.ProfileRequestContext prc) -
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
-
InboundProcessor(SAMLInboundBinding, MessageHandler, SAMLConfiguration)
instead.