Class PropertiesConfigFactory

java.lang.Object
org.pac4j.config.builder.AbstractBuilder
org.pac4j.config.client.PropertiesConfigFactory
All Implemented Interfaces:
PropertiesConstants, org.pac4j.core.config.ConfigFactory

public class PropertiesConfigFactory extends AbstractBuilder implements org.pac4j.core.config.ConfigFactory
Build a configuration from properties.
Since:
1.8.1
Author:
Jerome Leleu
  • Constructor Details

    • PropertiesConfigFactory

      public PropertiesConfigFactory(Map<String,String> properties)
    • PropertiesConfigFactory

      public PropertiesConfigFactory(String callbackUrl, Map<String,String> properties)
  • Method Details

    • build

      public org.pac4j.core.config.Config build(Object... parameters)
      Specified by:
      build in interface org.pac4j.core.config.ConfigFactory
    • hasShiroEncoder

      protected boolean hasShiroEncoder()
    • hasSpringEncoder

      protected boolean hasSpringEncoder()
    • hasLdapAuthenticator

      protected boolean hasLdapAuthenticator()
    • hasDbAuthenticator

      protected boolean hasDbAuthenticator()
    • hasOAuthClients

      protected boolean hasOAuthClients()
    • hasSaml2Clients

      protected boolean hasSaml2Clients()
    • hasCasClients

      protected boolean hasCasClients()
    • hasOidcClients

      protected boolean hasOidcClients()
    • hasHttpAuthenticatorsOrClients

      protected boolean hasHttpAuthenticatorsOrClients()