Class LoggingAuthenticationHandler

  • All Implemented Interfaces:
    PluginComponent, java.lang.Comparable<AuthenticationHandler>

    public final class LoggingAuthenticationHandler
    extends AuthenticationHandler
    Provide logging of the authentication process using log4j.
    This authentication handler must be the first in the list of authentication handlers to be able to log authentication made by other handlers.
    Since:
    jcms-5.7.0
    Version:
    $Revision: 135576 $
    Author:
    Olivier Jaquemet
    • Field Detail

      • ORDER_LOGGING_HANDLER

        public static final int ORDER_LOGGING_HANDLER
        Order used by the LoggingAuthenticationHandler
        See Also:
        Constant Field Values