Uses of Class
org.opensaml.messaging.context.InOutOperationContext
-
Packages that use InOutOperationContext Package Description org.opensaml.messaging.context.navigate A set of functions used to navigate and lookup data from a tree ofBaseContexts.org.opensaml.messaging.pipeline Interfaces and classes for message processing pipelines.org.opensaml.profile.context Context classes in support of profile behavior.org.opensaml.saml.common.binding.security.impl Classes responsible for performing transport-related and basic message validation of decoded SAML messages.org.opensaml.saml.common.messaging.soap Support classes for SAML SOAP message operations.org.opensaml.soap.client SOAP client functionality.org.opensaml.soap.client.http SOAP HTTP client functionality. -
-
Uses of InOutOperationContext in org.opensaml.messaging.context.navigate
Fields in org.opensaml.messaging.context.navigate with type parameters of type InOutOperationContext Modifier and Type Field Description private Function<BaseContext,InOutOperationContext>MessageContextLookup. opContextLookupThe operation context lookup.Constructor parameters in org.opensaml.messaging.context.navigate with type arguments of type InOutOperationContext Constructor Description MessageContextLookup(MessageContextLookup.Direction direction, Function<BaseContext,InOutOperationContext> lookup)Constructor. -
Uses of InOutOperationContext in org.opensaml.messaging.pipeline
Methods in org.opensaml.messaging.pipeline with parameters of type InOutOperationContext Modifier and Type Method Description StringStaticPipelineNameStrategy. apply(InOutOperationContext input) -
Uses of InOutOperationContext in org.opensaml.profile.context
Subclasses of InOutOperationContext in org.opensaml.profile.context Modifier and Type Class Description classProfileRequestContextContext that holds the ongoing state of a profile request. -
Uses of InOutOperationContext in org.opensaml.saml.common.binding.security.impl
Fields in org.opensaml.saml.common.binding.security.impl with type parameters of type InOutOperationContext Modifier and Type Field Description private RecursiveTypedParentContextLookup<MessageContext,InOutOperationContext>OperationContextEntityIDLookup. parentLookupParent operation context lookup function. -
Uses of InOutOperationContext in org.opensaml.saml.common.messaging.soap
Methods in org.opensaml.saml.common.messaging.soap that return InOutOperationContext Modifier and Type Method Description InOutOperationContextSAMLSOAPClientContextBuilder. build()Build the new operation context. -
Uses of InOutOperationContext in org.opensaml.soap.client
Methods in org.opensaml.soap.client with parameters of type InOutOperationContext Modifier and Type Method Description voidSOAPClient. send(String endpoint, InOutOperationContext context)Sends a message and waits for a response. -
Uses of InOutOperationContext in org.opensaml.soap.client.http
Fields in org.opensaml.soap.client.http with type parameters of type InOutOperationContext Modifier and Type Field Description private Function<InOutOperationContext,String>PipelineFactoryHttpSOAPClient. pipelineNameStrategyStrategy function used to resolve the pipeline name to execute.private Function<InOutOperationContext,CriteriaSet>AbstractPipelineHttpSOAPClient. tlsCriteriaSetStrategyStrategy for building the criteria set which is input to the TLS trust engine.Methods in org.opensaml.soap.client.http that return types with arguments of type InOutOperationContext Modifier and Type Method Description Function<InOutOperationContext,CriteriaSet>AbstractPipelineHttpSOAPClient. getTLSCriteriaSetStrategy()Get the strategy function which builds the dynamically-populated criteria set which is input to the TLS TrustEngine, if no static criteria set is supplied either via context or locally-configuredHttpClientSecurityParameters.Methods in org.opensaml.soap.client.http with parameters of type InOutOperationContext Modifier and Type Method Description StringPipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy. apply(InOutOperationContext opContext)protected org.apache.http.client.protocol.HttpClientContextAbstractPipelineHttpSOAPClient. buildHttpContext(org.apache.http.client.methods.HttpUriRequest request, InOutOperationContext operationContext)Build theHttpClientContextinstance to be used by the HttpClient.protected org.apache.http.client.methods.HttpUriRequestAbstractPipelineHttpSOAPClient. buildHttpRequest(String endpoint, InOutOperationContext operationContext)Build theHttpUriRequestinstance to be executed by the HttpClient.protected CriteriaSetAbstractPipelineHttpSOAPClient. buildTLSCriteriaSet(org.apache.http.client.methods.HttpUriRequest request, InOutOperationContext operationContext)Build the dynamicCriteriaSetinstance to be used for TLS trust evaluation.protected voidHttpSOAPClient. processFaultResponse(org.apache.http.HttpResponse httpResponse, InOutOperationContext context)Process a SOAP fault, as determined by an HTTP 500 status code, response.protected voidHttpSOAPClient. processSuccessfulResponse(org.apache.http.HttpResponse httpResponse, InOutOperationContext context)Process a successful, as determined by an HTTP 200 status code, response.protected org.apache.http.client.protocol.HttpClientContextAbstractPipelineHttpSOAPClient. resolveClientContext(InOutOperationContext operationContext)Resolve the effectiveHttpClientContextinstance to use for the current request.protected HttpClientSecurityParametersAbstractPipelineHttpSOAPClient. resolveContextSecurityParameters(InOutOperationContext operationContext)Resolve theHttpClientSecurityParametersinstance present in the current operation context.protected HttpClientMessagePipelineAbstractPipelineHttpSOAPClient. resolvePipeline(InOutOperationContext operationContext)Resolve and return a new instance of theHttpClientMessagePipelineto be processed.protected HttpClientMessagePipelinePipelineFactoryHttpSOAPClient. resolvePipeline(InOutOperationContext operationContext)Resolve and return a new instance of theHttpClientMessagePipelineto be processed.protected StringPipelineFactoryHttpSOAPClient. resolvePipelineName(InOutOperationContext operationContext)Resolve the name of the pipeline to use.voidAbstractPipelineHttpSOAPClient. send(String endpoint, InOutOperationContext operationContext)Sends a message and waits for a response.voidHttpSOAPClient. send(String endpoint, InOutOperationContext context)Sends a message and waits for a response.Method parameters in org.opensaml.soap.client.http with type arguments of type InOutOperationContext Modifier and Type Method Description voidPipelineFactoryHttpSOAPClient. setPipelineNameStrategy(Function<InOutOperationContext,String> function)Set the strategy function used to resolve the name of the pipeline to use.voidAbstractPipelineHttpSOAPClient. setTLSCriteriaSetStrategy(Function<InOutOperationContext,CriteriaSet> function)Set the strategy function which builds the dynamically-populated criteria set which is input to the TLS TrustEngine, if no static criteria set is supplied either via context or locally-configuredHttpClientSecurityParameters.
-