| | |
| | | |
| | | package org.opends.server.authorization.dseecompat; |
| | | |
| | | import static org.opends.server.authorization.dseecompat.AciMessages.*; |
| | | import static org.opends.server.messages.AciMessages.*; |
| | | import static org.opends.server.authorization.dseecompat.Aci.*; |
| | | import static org.opends.server.loggers.Error.*; |
| | | import static org.opends.server.loggers.debug.DebugLogger.*; |
| | |
| | | String message = getMessage(msgID, expr, hn, |
| | | canonicalName); |
| | | logError(ErrorLogCategory.ACCESS_CONTROL, |
| | | ErrorLogSeverity.SEVERE_WARNING, message, msgID); |
| | | ErrorLogSeverity.INFORMATIONAL, message, msgID); |
| | | } |
| | | else |
| | | { |
| | |
| | | hn, addr.getHostAddress(), |
| | | addr.getCanonicalHostName()); |
| | | logError(ErrorLogCategory.ACCESS_CONTROL, |
| | | ErrorLogSeverity.SEVERE_WARNING, message, msgID); |
| | | ErrorLogSeverity.INFORMATIONAL, message, msgID); |
| | | } |
| | | } |
| | | } |
| | |
| | | String message = getMessage(msgID, hn, expr, |
| | | stackTraceToSingleLineString(e)); |
| | | logError(ErrorLogCategory.ACCESS_CONTROL, |
| | | ErrorLogSeverity.SEVERE_WARNING, message, msgID); |
| | | ErrorLogSeverity.INFORMATIONAL, message, msgID); |
| | | } |
| | | } |
| | | |