Interface Pac4jConfiguration<T extends io.dropwizard.core.Configuration>

Type Parameters:
T - the application configuration type
All Known Implementing Classes:
Pac4jBundle

public interface Pac4jConfiguration<T extends io.dropwizard.core.Configuration>
ConfiguredBundles can extend this to get a Pac4jFactory.
Since:
1.0.0
Author:
Evan Meagher
  • Method Summary

    Modifier and Type
    Method
    Description
    getPac4jFactory(T configuration)
    The factory can come from the configuration but also can be built by hand in this method if desired.
  • Method Details

    • getPac4jFactory

      Pac4jFactory getPac4jFactory(T configuration)
      The factory can come from the configuration but also can be built by hand in this method if desired.
      Parameters:
      configuration - the application's configuration
      Returns:
      a Pac4jFactory that will be used to build a pac4j Config.