Class DefaultFeatureSupport

java.lang.Object
org.pac4j.dropwizard.DefaultFeatureSupport
All Implemented Interfaces:
Pac4jFeatureSupport

public class DefaultFeatureSupport extends Object implements Pac4jFeatureSupport
This can be specialized in order to redefine some of the mixins to customize Jackson's behaviour to parse pac4j's Pac4jFactory in case things are missing.
Since:
1.0.0
Author:
Victor Noel - Linagora
  • Constructor Details

    • DefaultFeatureSupport

      public DefaultFeatureSupport()
  • Method Details

    • setup

      public void setup(io.dropwizard.core.setup.Bootstrap<?> bootstrap)
      Specified by:
      setup in interface Pac4jFeatureSupport