Uses of Interface
org.pac4j.saml.replay.ReplayCacheProvider
-
Packages that use ReplayCacheProvider Package Description org.pac4j.saml.client org.pac4j.saml.logout.impl org.pac4j.saml.profile.impl org.pac4j.saml.replay org.pac4j.saml.sso.artifact org.pac4j.saml.sso.impl -
-
Uses of ReplayCacheProvider in org.pac4j.saml.client
Fields in org.pac4j.saml.client declared as ReplayCacheProvider Modifier and Type Field Description protected ReplayCacheProviderSAML2Client. replayCacheMethods in org.pac4j.saml.client that return ReplayCacheProvider Modifier and Type Method Description ReplayCacheProviderSAML2Client. getReplayCache() -
Uses of ReplayCacheProvider in org.pac4j.saml.logout.impl
Constructors in org.pac4j.saml.logout.impl with parameters of type ReplayCacheProvider Constructor Description SAML2LogoutValidator(SAML2SignatureTrustEngineProvider engine, org.opensaml.saml.saml2.encryption.Decrypter decrypter, LogoutHandler logoutHandler, String postLogoutURL, ReplayCacheProvider replayCache) -
Uses of ReplayCacheProvider in org.pac4j.saml.profile.impl
Fields in org.pac4j.saml.profile.impl declared as ReplayCacheProvider Modifier and Type Field Description protected ReplayCacheProviderAbstractSAML2ResponseValidator. replayCacheConstructors in org.pac4j.saml.profile.impl with parameters of type ReplayCacheProvider Constructor Description AbstractSAML2ResponseValidator(SAML2SignatureTrustEngineProvider signatureTrustEngineProvider, org.opensaml.saml.saml2.encryption.Decrypter decrypter, LogoutHandler logoutHandler, ReplayCacheProvider replayCache)AbstractSAML2ResponseValidator(SAML2SignatureTrustEngineProvider signatureTrustEngineProvider, org.opensaml.saml.saml2.encryption.Decrypter decrypter, LogoutHandler logoutHandler, ReplayCacheProvider replayCache, net.shibboleth.utilities.java.support.net.URIComparator uriComparator) -
Uses of ReplayCacheProvider in org.pac4j.saml.replay
Classes in org.pac4j.saml.replay that implement ReplayCacheProvider Modifier and Type Class Description classInMemoryReplayCacheProviderDefault 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 ReplayCacheProvider Modifier and Type Field Description protected ReplayCacheProviderDefaultSOAPPipelineFactory. replayCacheConstructors in org.pac4j.saml.sso.artifact with parameters of type ReplayCacheProvider Constructor Description DefaultSOAPPipelineFactory(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 ReplayCacheProvider Constructor Description SAML2AuthnResponseValidator(SAML2SignatureTrustEngineProvider engine, org.opensaml.saml.saml2.encryption.Decrypter decrypter, LogoutHandler logoutHandler, int maximumAuthenticationLifetime, boolean wantsAssertionsSigned, boolean wantsResponsesSigned, ReplayCacheProvider replayCache, boolean allSignatureValidationDisabled)SAML2AuthnResponseValidator(SAML2SignatureTrustEngineProvider engine, org.opensaml.saml.saml2.encryption.Decrypter decrypter, LogoutHandler logoutHandler, int maximumAuthenticationLifetime, boolean wantsAssertionsSigned, boolean wantsResponsesSigned, ReplayCacheProvider replayCache, boolean allSignatureValidationDisabled, net.shibboleth.utilities.java.support.net.URIComparator uriComparator)
-