Class AuthLogger
java.lang.Object
org.operaton.commons.logging.BaseLogger
org.operaton.bpm.engine.rest.impl.RestLogger
org.operaton.bpm.engine.rest.impl.AuthLogger
A static instance of the `AuthLogger` class, used for logging authentication-related events.
It is initialized with the project code, logger name, and a unique identifier.
-
Field Summary
Fields inherited from class org.operaton.bpm.engine.rest.impl.RestLogger
AUTH_LOGGER, PROJECT_CODEFields inherited from class org.operaton.commons.logging.BaseLogger
componentId, delegateLogger, projectCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwarnInvalidAuthHeader(Throwable throwable) Logs a warning message when an invalid authentication header is encountered.Methods inherited from class org.operaton.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
AuthLogger
public AuthLogger()
-
-
Method Details
-
warnInvalidAuthHeader
Logs a warning message when an invalid authentication header is encountered.- Parameters:
throwable- the exception or error associated with the invalid authentication header
-