Uses of Interface
org.pac4j.saml.crypto.SAML2SignatureTrustEngineProvider
Packages that use SAML2SignatureTrustEngineProvider
Package
Description
-
Uses of SAML2SignatureTrustEngineProvider in org.pac4j.saml.client
Fields in org.pac4j.saml.client declared as SAML2SignatureTrustEngineProviderModifier and TypeFieldDescriptionprotected SAML2SignatureTrustEngineProviderSAML2Client.signatureTrustEngineProviderMethods in org.pac4j.saml.client that return SAML2SignatureTrustEngineProvider -
Uses of SAML2SignatureTrustEngineProvider in org.pac4j.saml.crypto
Classes in org.pac4j.saml.crypto that implement SAML2SignatureTrustEngineProviderModifier and TypeClassDescriptionclassProvider returning well configuredSignatureTrustEngineinstances.classProvider wrapping another trust engine provider to suppress all signature validation errors and only log them.Constructors in org.pac4j.saml.crypto with parameters of type SAML2SignatureTrustEngineProviderModifierConstructorDescription -
Uses of SAML2SignatureTrustEngineProvider in org.pac4j.saml.logout.impl
Constructors in org.pac4j.saml.logout.impl with parameters of type SAML2SignatureTrustEngineProviderModifierConstructorDescriptionSAML2LogoutValidator(SAML2SignatureTrustEngineProvider engine, org.opensaml.saml.saml2.encryption.Decrypter decrypter, org.pac4j.core.logout.handler.LogoutHandler logoutHandler, String postLogoutURL, ReplayCacheProvider replayCache, net.shibboleth.shared.net.URIComparator uriComparator) -
Uses of SAML2SignatureTrustEngineProvider in org.pac4j.saml.profile.impl
Fields in org.pac4j.saml.profile.impl declared as SAML2SignatureTrustEngineProviderModifier and TypeFieldDescriptionprotected final SAML2SignatureTrustEngineProviderAbstractSAML2ResponseValidator.signatureTrustEngineProviderConstructors in org.pac4j.saml.profile.impl with parameters of type SAML2SignatureTrustEngineProviderModifierConstructorDescriptionprotectedAbstractSAML2ResponseValidator(SAML2SignatureTrustEngineProvider signatureTrustEngineProvider, org.opensaml.saml.saml2.encryption.Decrypter decrypter, org.pac4j.core.logout.handler.LogoutHandler logoutHandler, ReplayCacheProvider replayCache, net.shibboleth.shared.net.URIComparator uriComparator) -
Uses of SAML2SignatureTrustEngineProvider in org.pac4j.saml.sso.artifact
Fields in org.pac4j.saml.sso.artifact declared as SAML2SignatureTrustEngineProviderModifier and TypeFieldDescriptionprotected final SAML2SignatureTrustEngineProviderDefaultSOAPPipelineFactory.signatureTrustEngineProviderConstructors in org.pac4j.saml.sso.artifact with parameters of type SAML2SignatureTrustEngineProviderModifierConstructorDescriptionDefaultSOAPPipelineFactory(SAML2Configuration configuration, SAML2MetadataResolver idpMetadataResolver, SAML2MetadataResolver spMetadataResolver, SignatureSigningParametersProvider signingParametersProvider, SAML2SignatureTrustEngineProvider signatureTrustEngineProvider, ReplayCacheProvider replayCache) -
Uses of SAML2SignatureTrustEngineProvider in org.pac4j.saml.sso.impl
Constructors in org.pac4j.saml.sso.impl with parameters of type SAML2SignatureTrustEngineProviderModifierConstructorDescriptionSAML2AuthnResponseValidator(SAML2SignatureTrustEngineProvider engine, org.opensaml.saml.saml2.encryption.Decrypter decrypter, ReplayCacheProvider replayCache, SAML2Configuration saml2Configuration)