Package org.jenkinsci.plugins.saml
Interface JenkinsReplayCacheProvider
- All Superinterfaces:
ExtensionPoint
ReplayCacheProvider being an interface suggests that there can be different providers, so this abstraction
will allow to switch to another provider implementation if needed.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Method Summary
Modifier and TypeMethodDescriptionorg.pac4j.saml.replay.ReplayCacheProviderReturns theReplayCacheProviderto be used byJenkinsSAML2Client
-
Method Details
-
getProvider
org.pac4j.saml.replay.ReplayCacheProvider getProvider()Returns theReplayCacheProviderto be used byJenkinsSAML2Client
-