notification that a user authentication attempt has failed.
if (ModuleType.EJB.equals(bundleDesc.getModuleType())) {
if (ejbLogger.isLoggable(Level.FINE)) {
ejbLogger.fine("authentication failure for "
+ endpoint.getEndpointSelector());
}
} else {
if (webLogger.isLoggable(Level.FINE)) {
webLogger.fine("authentication failure for endpoint in " +
bundleDesc.getModuleID() + " web app");
}
}