Class PicketLinkLoggerFactory

java.lang.Object
org.keycloak.saml.common.PicketLinkLoggerFactory

public final class PicketLinkLoggerFactory extends Object

Factory class to create PicketLinkLogger instances.

The logger instances are created based on the following patterns:

  • Tries to load a class with the same full qualified name of PicketLinkLogger plus the "Impl" suffix;
  • If no class is found fallback to the DefaultPicketLinkLogger as the default logger implementation.

Author:
Pedro Silva
  • Constructor Details

    • PicketLinkLoggerFactory

      public PicketLinkLoggerFactory()
  • Method Details