Package org.keycloak.saml.common
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
- Tries to load a class with the same full qualified name of
-
-
Constructor Summary
Constructors Constructor Description PicketLinkLoggerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PicketLinkLogger
getLogger()
Returns aPicketLinkLogger
instance.
-
-
-
Method Detail
-
getLogger
public static PicketLinkLogger getLogger()
Returns a
PicketLinkLogger
instance.- Returns:
-
-