Class SAML2ClientCache


  • public class SAML2ClientCache
    extends Object
    Basic in-memory cache for available SAML2Client instances.
    • Field Detail

      • LOG

        protected static final Logger LOG
      • METADATA_PATH

        protected static Path METADATA_PATH
      • cache

        protected final List<org.pac4j.saml.client.SAML2Client> cache
    • Constructor Detail

      • SAML2ClientCache

        public SAML2ClientCache()