Class SAML2ClientCache

java.lang.Object
org.apache.syncope.core.logic.saml2.SAML2ClientCache

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

    • LOG

      protected static final Logger LOG
    • METADATA_PATH

      protected static Path METADATA_PATH
    • cache

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

    • SAML2ClientCache

      public SAML2ClientCache()
  • Method Details