| | |
| | | import org.opends.server.admin.std.server.SNMPConnectionHandlerCfg; |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.types.ConfigChangeResult; |
| | | import org.forgerock.opendj.ldap.ResultCode; |
| | | import org.opends.server.util.StaticUtils; |
| | | import org.forgerock.util.Reject; |
| | | |
| | |
| | | logger.traceException(ex); |
| | | } |
| | | |
| | | // Check if the security file |
| | | // If security file have changed, changeConfiguration not |
| | | // Supported. |
| | | |
| | | return new ConfigChangeResult(ResultCode.SUCCESS, false); |
| | | // If security file have changed, changeConfiguration not supported. |
| | | return new ConfigChangeResult(); |
| | | } |
| | | |
| | | /** |