Class InboundProcessor
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.processor.InboundProcessor
- All Implemented Interfaces:
SAMLProcessor
- Since:
- 2023.0
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SAMLInboundBinding
protected final org.opensaml.messaging.handler.MessageHandler
protected final boolean
-
Constructor Summary
ConstructorDescriptionInboundProcessor
(SAMLInboundBinding inboundBinding, org.opensaml.messaging.handler.MessageHandler inboundHandler, boolean signatureMandatory) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
execute
(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>
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
-
-
Constructor Details
-
InboundProcessor
public InboundProcessor(SAMLInboundBinding inboundBinding, org.opensaml.messaging.handler.MessageHandler inboundHandler, boolean signatureMandatory)
-
-
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(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Prepares the OpenSAML context and run the actions on it.- Specified by:
execute
in interfaceSAMLProcessor
-