Uses of Interface
org.pac4j.saml.sso.artifact.SOAPPipelineProvider
Packages that use SOAPPipelineProvider
-
Uses of SOAPPipelineProvider in org.pac4j.saml.client
Fields in org.pac4j.saml.client declared as SOAPPipelineProvider -
Uses of SOAPPipelineProvider in org.pac4j.saml.sso.artifact
Classes in org.pac4j.saml.sso.artifact that implement SOAPPipelineProviderModifier and TypeClassDescriptionclassA default implementation ofSOAPPipelineProvider, which enforces the default rules set by the SAML SSO Profile.Constructors in org.pac4j.saml.sso.artifact with parameters of type SOAPPipelineProviderModifierConstructorDescriptionSAML2ArtifactBindingDecoder(org.pac4j.core.context.WebContext context, SAML2MetadataResolver idpMetadataResolver, SAML2MetadataResolver spMetadataResolver, SOAPPipelineProvider soapPipelineProvider) SAML2ArtifactBindingMessageReceiver(SAML2ResponseValidator validator, SAML2MetadataResolver idpMetadataResolver, SAML2MetadataResolver spMetadataResolver, SOAPPipelineProvider soapPipelineProvider, SAML2Configuration saml2Configuration)