Package org.pac4j.saml.sso.artifact
Class DefaultSOAPPipelineProvider
java.lang.Object
org.pac4j.saml.sso.artifact.DefaultSOAPPipelineProvider
- All Implemented Interfaces:
SOAPPipelineProvider
A default implementation of
SOAPPipelineProvider, which enforces the
default rules set by the SAML SSO Profile.- Since:
- 3.8.0
- Author:
- bidou
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for DefaultSOAPPipelineProvider. -
Method Summary
Modifier and TypeMethodDescriptionnet.shibboleth.shared.httpclient.HttpClientBuildergetHttpClientBuilder.org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactorygetPipelineFactory.
-
Constructor Details
-
DefaultSOAPPipelineProvider
Constructor for DefaultSOAPPipelineProvider.
- Parameters:
client- aSAML2Clientobject
-
-
Method Details
-
getHttpClientBuilder
public net.shibboleth.shared.httpclient.HttpClientBuilder getHttpClientBuilder()getHttpClientBuilder.
- Specified by:
getHttpClientBuilderin interfaceSOAPPipelineProvider- Returns:
- the configured builder for the http client.
-
getPipelineFactory
public org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory getPipelineFactory()getPipelineFactory.
- Specified by:
getPipelineFactoryin interfaceSOAPPipelineProvider- Returns:
- a pipeline factory that will be used by the
PipelineFactoryHttpSOAPClientto process incoming and outgoing messages.
-