Uses of Interface
org.pac4j.saml.replay.ReplayCacheProvider
Packages that use ReplayCacheProvider
Package
Description
-
Uses of ReplayCacheProvider in org.pac4j.saml.client
Fields in org.pac4j.saml.client declared as ReplayCacheProviderMethods in org.pac4j.saml.client that return ReplayCacheProvider -
Uses of ReplayCacheProvider in org.pac4j.saml.logout.impl
Constructors in org.pac4j.saml.logout.impl with parameters of type ReplayCacheProviderModifierConstructorDescriptionSAML2LogoutValidator(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 ReplayCacheProvider in org.pac4j.saml.profile.impl
Fields in org.pac4j.saml.profile.impl declared as ReplayCacheProviderModifier and TypeFieldDescriptionprotected final ReplayCacheProviderAbstractSAML2ResponseValidator.replayCacheConstructors in org.pac4j.saml.profile.impl with parameters of type ReplayCacheProviderModifierConstructorDescriptionprotectedAbstractSAML2ResponseValidator(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 ReplayCacheProvider in org.pac4j.saml.replay
Classes in org.pac4j.saml.replay that implement ReplayCacheProviderModifier and TypeClassDescriptionclassDefault replay cache provider which stores the identifiers in memory. -
Uses of ReplayCacheProvider in org.pac4j.saml.sso.artifact
Fields in org.pac4j.saml.sso.artifact declared as ReplayCacheProviderModifier and TypeFieldDescriptionprotected final ReplayCacheProviderDefaultSOAPPipelineFactory.replayCacheConstructors in org.pac4j.saml.sso.artifact with parameters of type ReplayCacheProviderModifierConstructorDescriptionDefaultSOAPPipelineFactory(SAML2Configuration configuration, SAML2MetadataResolver idpMetadataResolver, SAML2MetadataResolver spMetadataResolver, SignatureSigningParametersProvider signingParametersProvider, SAML2SignatureTrustEngineProvider signatureTrustEngineProvider, ReplayCacheProvider replayCache) -
Uses of ReplayCacheProvider in org.pac4j.saml.sso.impl
Constructors in org.pac4j.saml.sso.impl with parameters of type ReplayCacheProviderModifierConstructorDescriptionSAML2AuthnResponseValidator(SAML2SignatureTrustEngineProvider engine, org.opensaml.saml.saml2.encryption.Decrypter decrypter, ReplayCacheProvider replayCache, SAML2Configuration saml2Configuration)